From 1130af03d14e99d65a250cd79e5f60c04e3a14eb Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Fri, 9 Jan 2009 18:35:07 +0000 Subject: Add subengine flag for ihnm. svn-id: r35797 --- backends/platform/symbian/BuildPackageUpload_LocalSettings.pl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'backends/platform/symbian/BuildPackageUpload_LocalSettings.pl') diff --git a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl index a5b130390e..390df09f53 100644 --- a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl +++ b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl @@ -6,6 +6,12 @@ kyra lure agi touche parallaction cine cruise igor made m4 tinsel tucker sword1 sword2 ); + + @WorkingEngines_2nd = qw( + scumm agos sky queen gob groovie saga drascula + kyra lure agi touche parallaction cine + cruise igor made m4 tinsel tucker sword1 sword2 + ); @TestingEngines = qw( @@ -19,6 +25,7 @@ @EnablableSubEngines = qw( scumm_7_8 he + ihnm ); %UseableFeatures = ( @@ -272,10 +279,10 @@ # below here you could specify weird & experimental combinations, non-ready engines # Separate version for the broken sword engines (1&2) - $VariationSets{'ALL'}{'brokensword'} = "$DefaultFeatures sword1 sword2"; + #$VariationSets{'ALL'}{'brokensword'} = "$DefaultFeatures sword1 sword2"; # Separate version for Scumm games (COMI) since memory usage might be high - $VariationSets{'ALL'}{'scumm'} = "$DefaultFeatures scumm scumm_7_8 he"; + #$VariationSets{'ALL'}{'scumm'} = "$DefaultFeatures scumm scumm_7_8 he"; # for mega-fast-testing only plz! Warning: contains to engines! #$VariationSets{'ALL'}{'fast_empty'} = ""; -- cgit v1.2.3