aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor2015-12-03 23:31:20 +0300
committerFedor2015-12-03 23:31:20 +0300
commit9cdcce6bc68190d04bc65cb443606092487f81a3 (patch)
tree5f3b1a252afe25951f74b917dcd4764d32febec6
parentf6ea588b89e4b11699941d9b1cd3e06ef3def436 (diff)
downloadscummvm-rg350-9cdcce6bc68190d04bc65cb443606092487f81a3.tar.gz
scummvm-rg350-9cdcce6bc68190d04bc65cb443606092487f81a3.tar.bz2
scummvm-rg350-9cdcce6bc68190d04bc65cb443606092487f81a3.zip
Symbian: add Sherlock engine support
-rw-r--r--backends/platform/symbian/AdaptAllMMPs.pl2
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);