From e27f5f69882345e45d6b2f1c8b449ea622d7d464 Mon Sep 17 00:00:00 2001 From: Fedor Strizhnev Date: Tue, 30 Dec 2014 19:05:27 +0300 Subject: Symbian: completely disabled MT32 --- backends/platform/symbian/AdaptAllMMPs.pl | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.2.3