diff options
Diffstat (limited to 'backends/platform')
| -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);  | 
