aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
authorLars Persson2008-04-20 16:12:46 +0000
committerLars Persson2008-04-20 16:12:46 +0000
commitaef171a55679e5f785aae28f03f076ccd5eb19a7 (patch)
tree4195faadcae7ecca77d21f4b4eab844f3d558481 /backends/platform/symbian/AdaptAllMMPs.pl
parentac6ce80613258513bd689d1b8bccc1e3cce01a33 (diff)
downloadscummvm-rg350-aef171a55679e5f785aae28f03f076ccd5eb19a7.tar.gz
scummvm-rg350-aef171a55679e5f785aae28f03f076ccd5eb19a7.tar.bz2
scummvm-rg350-aef171a55679e5f785aae28f03f076ccd5eb19a7.zip
Updated SYMBIAN buildsystem to build M4 and MADE engines
svn-id: r31616
Diffstat (limited to 'backends/platform/symbian/AdaptAllMMPs.pl')
-rw-r--r--backends/platform/symbian/AdaptAllMMPs.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl
index 5a3426a232..99c037379d 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -23,6 +23,8 @@ chdir("../../../");
"mmp/scummvm_cruise.mmp",
"mmp/scummvm_drascula.mmp",
"mmp/scummvm_igor.mmp",
+ "mmp/scummvm_made.mmp",
+ "mmp/scummvm_m4.mmp",
"S60/ScummVM_S60.mmp",
"S60v3/ScummVM_S60v3.mmp",
"S80/ScummVM_S80.mmp",
@@ -102,6 +104,8 @@ ParseModule("_parallaction","parallaction",\@section_empty);
ParseModule("_cruise", "cruise", \@section_empty);
ParseModule("_drascula","drascula", \@section_empty);
ParseModule("_igor", "igor", \@section_empty);
+ParseModule("_made", "made", \@section_empty);
+ParseModule("_m4", "m4", \@section_empty);
print "
=======================================================================================
Done. Enjoy :P