[Scummvm-cvs-logs] SF.net SVN: scummvm:[36211] scummvm/branches/branch-0-13-0/backends/ platform/symbian/BuildPackageUpload_LocalSettings.pl

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Tue Feb 3 22:21:36 CET 2009


Revision: 36211
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36211&view=rev
Author:   anotherguest
Date:     2009-02-03 21:21:35 +0000 (Tue, 03 Feb 2009)

Log Message:
-----------
Enable 2nd set of engines!

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl

Modified: scummvm/branches/branch-0-13-0/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl
===================================================================
--- scummvm/branches/branch-0-13-0/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl	2009-02-03 17:02:57 UTC (rev 36210)
+++ scummvm/branches/branch-0-13-0/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl	2009-02-03 21:21:35 UTC (rev 36211)
@@ -26,7 +26,8 @@
 	@BrokenEngines = qw(				
 	);
 
-	@EnablableEngines = (@WorkingEngines, @TestingEngines);
+	@EnablableEngines1 = (@WorkingEngines_1st, @TestingEngines);
+	@EnablableEngines = (@WorkingEngines_2nd, @TestingEngines);
 
 	@EnablableSubEngines = qw(
 		scumm_7_8
@@ -110,7 +111,7 @@
 		# now you can add $VariationSets only built on this PC below this line :)
 
 		#$VariationSets{'ALL'}{'scumm'} = "$DefaultFeatures scumm scumm_7_8 he";
-		#$VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
+		#$VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines_1st @EnablableSubEngines";
 
 	}
 	elsif ($ENV{'COMPUTERNAME'} eq "TSSLND0106") #################################################################
@@ -261,12 +262,12 @@
 	{
 		# the first one includes all SDKs & release-ready engines
 	
-			$VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
-	
+		$VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines_1st @EnablableSubEngines";
+		$VariationSets{'ALL'}{'all2nd'} = "$DefaultFeatures @WorkingEngines_2nd @EnablableSubEngines";
 		# now one for each ready-for-release engine
 		if (0)
 		{
-			foreach (@WorkingEngines)
+			foreach (@WorkingEngines_1st)
 			{
 				$VariationSets{'ALL'}{$_} = "$DefaultFeatures $_";
 			}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list