diff options
author | Fedor Strizhnev | 2014-12-30 19:05:27 +0300 |
---|---|---|
committer | Fedor Strizhnev | 2014-12-30 19:05:27 +0300 |
commit | e27f5f69882345e45d6b2f1c8b449ea622d7d464 (patch) | |
tree | 6fe9a79f3dcd2372e973326155459c7f040ebf77 | |
parent | 146b4eaf0c7b959c28538f374e71528b29c2fd50 (diff) | |
download | scummvm-rg350-e27f5f69882345e45d6b2f1c8b449ea622d7d464.tar.gz scummvm-rg350-e27f5f69882345e45d6b2f1c8b449ea622d7d464.tar.bz2 scummvm-rg350-e27f5f69882345e45d6b2f1c8b449ea622d7d464.zip |
Symbian: completely disabled MT32
-rw-r--r-- | backends/platform/symbian/AdaptAllMMPs.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl index ead28ba4b1..6b9f918a51 100644 --- a/backends/platform/symbian/AdaptAllMMPs.pl +++ b/backends/platform/symbian/AdaptAllMMPs.pl @@ -105,6 +105,7 @@ my @sections_scumm = ("", "ENABLE_SCUMM_7_8", "ENABLE_HE"); # special sections f # files excluded from build, case insensitive, will be matched in filename string only my @excludes_snd = ( "mt32.*", + "Analog.cpp", "fluidsynth.cpp", "i386.cpp", "part.*", @@ -193,6 +194,7 @@ ParseModule("_tucker", "tucker", \@section_empty); ParseModule("_voyeur" ,"voyeur", \@section_empty); ParseModule("_wintermute","wintermute", \@section_empty); ##### new engines +ParseModule("_access" ,"access", \@section_empty); ParseModule("_avalanche" ,"avalanche", \@section_empty); ParseModule("_bbvs" ,"bbvs", \@section_empty); ParseModule("_cge2" ,"cge2", \@section_empty); @@ -200,6 +202,7 @@ ParseModule("_fullpipe" ,"fullpipe", \@section_empty); ParseModule("_lastexpress","lastexpress", \@section_empty); ParseModule("_m4", "m4", \@section_empty); ParseModule("_mads" ,"mads", \@section_empty); +ParseModule("_prince" ,"prince", \@section_empty); ParseModule("_sword25" ,"sword25", \@section_empty); ParseModule("_testbed" ,"testbed", \@section_empty); ParseModule("_zvision" ,"zvision", \@section_empty); |