diff options
author | Fedor | 2015-12-03 23:31:20 +0300 |
---|---|---|
committer | Fedor | 2015-12-03 23:31:20 +0300 |
commit | 9cdcce6bc68190d04bc65cb443606092487f81a3 (patch) | |
tree | 5f3b1a252afe25951f74b917dcd4764d32febec6 /backends/platform | |
parent | f6ea588b89e4b11699941d9b1cd3e06ef3def436 (diff) | |
download | scummvm-rg350-9cdcce6bc68190d04bc65cb443606092487f81a3.tar.gz scummvm-rg350-9cdcce6bc68190d04bc65cb443606092487f81a3.tar.bz2 scummvm-rg350-9cdcce6bc68190d04bc65cb443606092487f81a3.zip |
Symbian: add Sherlock engine support
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/symbian/AdaptAllMMPs.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl index 6b9f918a51..a836b764d2 100644 --- a/backends/platform/symbian/AdaptAllMMPs.pl +++ b/backends/platform/symbian/AdaptAllMMPs.pl @@ -56,6 +56,7 @@ chdir("../../../"); "mmp/scummvm_lastexpress.mmp", "mmp/scummvm_mads.mmp", "mmp/scummvm_prince.mmp", + "mmp/scummvm_sherlock.mmp", "mmp/scummvm_sword25.mmp", "mmp/scummvm_testbed.mmp", "mmp/scummvm_zvision.mmp", @@ -203,6 +204,7 @@ ParseModule("_lastexpress","lastexpress", \@section_empty); ParseModule("_m4", "m4", \@section_empty); ParseModule("_mads" ,"mads", \@section_empty); ParseModule("_prince" ,"prince", \@section_empty); +ParseModule("_sherlock" ,"sherlock", \@section_empty); ParseModule("_sword25" ,"sword25", \@section_empty); ParseModule("_testbed" ,"testbed", \@section_empty); ParseModule("_zvision" ,"zvision", \@section_empty); |