aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
authoranotherguest2013-11-25 16:43:11 +0100
committeranotherguest2013-11-25 16:43:11 +0100
commit7c3588ec2a74aa75e3e1a06849b751b3c203d42a (patch)
treefe0211b2e25b9876b53e28a6b4975bfd96e77ff6 /backends/platform/symbian/AdaptAllMMPs.pl
parentcf230795670114dbf3b236a400734a9ad230ddce (diff)
downloadscummvm-rg350-7c3588ec2a74aa75e3e1a06849b751b3c203d42a.tar.gz
scummvm-rg350-7c3588ec2a74aa75e3e1a06849b751b3c203d42a.tar.bz2
scummvm-rg350-7c3588ec2a74aa75e3e1a06849b751b3c203d42a.zip
SYMBIAN OS:Added new engines, updated resolution support. Version number changes
Diffstat (limited to 'backends/platform/symbian/AdaptAllMMPs.pl')
-rw-r--r--backends/platform/symbian/AdaptAllMMPs.pl15
1 files changed, 14 insertions, 1 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl
index ffc4e88aff..e8e0e0c4ad 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -44,6 +44,12 @@ chdir("../../../");
"mmp/scummvm_toltecs.mmp",
"mmp/scummvm_pegasus.mmp",
"mmp/scummvm_wintermute.mmp",
+ "mmp/scummvm_avalanche.mmp",
+ "mmp/scummvm_dreamweb.mmp",
+ "mmp/scummvm_fullpipe.mmp",
+ "mmp/scummvm_mortevielle.mmp",
+ "mmp/scummvm_neverhood.mmp",
+ "mmp/scummvm_zvision.mmp",
# Target Platform Project Files
"S60/ScummVM_S60.mmp",
"S60v3/ScummVM_S60v3.mmp",
@@ -83,6 +89,7 @@ my @sections_scumm = ("", "ENABLE_SCUMM_7_8", "ENABLE_HE"); # special sections f
my @sections_saga = ("", "ENABLE_IHNM", "ENABLE_SAGA2"); # special sections for engine SAGA
my @sections_kyra = ("", "ENABLE_LOL","ENABLE_EOB"); # special sections for engine KYRA
my @sections_agos = ("", "ENABLE_AGOS2"); # special sections for engine AGOS
+my @sections_mohawk = ("", "ENABLE_MYST", "ENABLE_RIVEN", "ENABLE_CSTIME"); # special sections for engine MOHAWK
# files excluded from build, case insensitive, will be matched in filename string only
my @excludes_snd = (
@@ -161,7 +168,7 @@ ParseModule("_tucker", "tucker", \@section_empty);
ParseModule("_sci", "sci", \@section_empty);
ParseModule("_draci", "draci", \@section_empty);
ParseModule("_teenagent","teenagent", \@section_empty);
-ParseModule("_mohawk" ,"mohawk", \@section_empty);
+ParseModule("_mohawk" ,"mohawk", \@sections_mohawk);
ParseModule("_hugo" ,"hugo", \@section_empty);
ParseModule("_toon" ,"toon", \@section_empty);
ParseModule("_lastexpress","lastexpress", \@section_empty);
@@ -171,6 +178,12 @@ ParseModule("_toltecs","toltecs", \@section_empty);
ParseModule("_hopkins","hopkins", \@section_empty);
ParseModule("_pegasus","pegasus", \@section_empty);
ParseModule("_wintermute","wintermute", \@section_empty);
+ParseModule("_avalanche","avalanche", \@section_empty);
+ParseModule("_dreamweb","dreamweb", \@section_empty);
+ParseModule("_fullpipe","fullpipe", \@section_empty);
+ParseModule("_mortevielle","mortevielle", \@section_empty);
+ParseModule("_neverhood","neverhood", \@section_empty);
+ParseModule("_zvision","zvision", \@section_empty);
print "
=======================================================================================
Done. Enjoy :P