aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
authorLars Persson2008-11-19 20:40:33 +0000
committerLars Persson2008-11-19 20:40:33 +0000
commit30fdd02b1e312e74994f14c273cfebb791064341 (patch)
tree3181e322707c87a03a32742f45799ee7de5167f2 /backends/platform/symbian/AdaptAllMMPs.pl
parentb74b43a1fafbc28c5a9889610d37ca6f49fa49d5 (diff)
downloadscummvm-rg350-30fdd02b1e312e74994f14c273cfebb791064341.tar.gz
scummvm-rg350-30fdd02b1e312e74994f14c273cfebb791064341.tar.bz2
scummvm-rg350-30fdd02b1e312e74994f14c273cfebb791064341.zip
Added support for TUCKER and Groovie
svn-id: r35124
Diffstat (limited to 'backends/platform/symbian/AdaptAllMMPs.pl')
-rw-r--r--backends/platform/symbian/AdaptAllMMPs.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl
index d7b5642f1c..173a5546e1 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -14,6 +14,7 @@ chdir("../../../");
"mmp/scummvm_cruise.mmp",
"mmp/scummvm_drascula.mmp",
"mmp/scummvm_gob.mmp",
+ "mmp/scummvm_groovie.mmp",
"mmp/scummvm_igor.mmp",
"mmp/scummvm_kyra.mmp",
"mmp/scummvm_lure.mmp",
@@ -25,10 +26,10 @@ chdir("../../../");
"mmp/scummvm_scumm.mmp",
"mmp/scummvm_sky.mmp",
"mmp/scummvm_sword1.mmp",
- "mmp/scummvm_sword2.mmp",
+ "mmp/scummvm_sword2.mmp",
"mmp/scummvm_touche.mmp",
"mmp/scummvm_tinsel.mmp",
-
+ "mmp/scummvm_tucker.mmp",
# Target Platform Project Files
"S60/ScummVM_S60.mmp",
"S60v3/ScummVM_S60v3.mmp",
@@ -123,6 +124,8 @@ ParseModule("_igor", "igor", \@section_empty);
ParseModule("_made", "made", \@section_empty);
ParseModule("_m4", "m4", \@section_empty);
ParseModule("_tinsel", "tinsel", \@section_empty);
+ParseModule("_groovie", "groovie", \@section_empty);
+ParseModule("_tucker", "tucker", \@section_empty);
print "
=======================================================================================
Done. Enjoy :P