[Scummvm-cvs-logs] SF.net SVN: scummvm:[52435] scummvm/trunk/backends/platform/symbian

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sun Aug 29 10:26:59 CEST 2010


Revision: 52435
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52435&view=rev
Author:   anotherguest
Date:     2010-08-29 08:26:59 +0000 (Sun, 29 Aug 2010)

Log Message:
-----------
Build a couple of different variant to split engines in two.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl
    scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl
    scummvm/trunk/backends/platform/symbian/mmp/scummvm_base.mmp.in

Modified: scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl
===================================================================
--- scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl	2010-08-29 07:29:33 UTC (rev 52434)
+++ scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl	2010-08-29 08:26:59 UTC (rev 52435)
@@ -80,9 +80,9 @@
 	"fluidsynth.cpp",
 	"i386.cpp",
 	"part.*",
-	"synth.cpp",
 	"tables.cpp",
 	"freeverb.cpp",
+	"synth.cpp",
 	"rate.*"			# not really needed, USE_ARM_SOUND_ASM currently not parsed correctly,
 						# "rate[_arm|_arm_asm].(cpp|s)" will be added later based on WINS/ARM build!
 						# These #defines for compile time are set in portdefs.h

Modified: scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl
===================================================================
--- scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl	2010-08-29 07:29:33 UTC (rev 52434)
+++ scummvm/trunk/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl	2010-08-29 08:26:59 UTC (rev 52435)
@@ -10,22 +10,19 @@
 	@WorkingEngines_1st = qw(
 		scumm queen groovie saga drascula 
 		touche parallaction cine
-		cruise made m4 tucker 
+?		cruise made m4 tucker 
 	);
 	
 	@WorkingEngines_2nd = qw(
 		agos sky gob 
 		kyra lure agi tinsel
-		sword1 sword2 draci teenagent hugo
+		sword1 sword2 draci sci teenagent hugo
 	);
 
 	@TestingEngines = qw(
 		 
-	);
+	);	
 
-	@BrokenEngines = qw(	
-	);
-
 	@EnablableEngines = (@WorkingEngines, @TestingEngines);
 
 	@EnablableSubEngines = qw(
@@ -249,7 +246,7 @@
 		$SDK_RootDirs{'S60v3'}= "G:\\S60v3";
 		#$SDK_RootDirs{'S80'}= "D:\\S80";
 		#$SDK_RootDirs{'S90'}= "D:\\S90";
-		$ECompXL_BinDir= "D:\\ECompXL\\";
+		#$ECompXL_BinDir= "D:\\ECompXL\\";
 		if (0) # so we can turn them on/off easily
 		{
 #			$SDK_LibraryDirs{'ALL'}{'zlib.lib'}		= "C:\\S\\zlib-1.2.2\\epoc";
@@ -305,7 +302,8 @@
 		# the first one includes all SDKs & release-ready engines
 	
 			$VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
-	
+			$VariationSets{'ALL'}{'1St'} = "$DefaultFeatures @WorkingEngines_1st @EnablableSubEngines";
+			$VariationSets{'ALL'}{'2nd'} = "$DefaultFeatures @WorkingEngines_2nd @EnablableSubEngines";
 		# now one for each ready-for-release engine
 		if (0)
 		{

Modified: scummvm/trunk/backends/platform/symbian/mmp/scummvm_base.mmp.in
===================================================================
--- scummvm/trunk/backends/platform/symbian/mmp/scummvm_base.mmp.in	2010-08-29 07:29:33 UTC (rev 52434)
+++ scummvm/trunk/backends/platform/symbian/mmp/scummvm_base.mmp.in	2010-08-29 08:26:59 UTC (rev 52435)
@@ -98,6 +98,8 @@
 	// empty base file, will be updated by Perl build scripts
 
 //STOP_AUTO_OBJECTS_SOUND_//
+SOURCE softsynth\fmtowns_pc98\towns_pc98_fmsynth.cpp // Included since its excluded by filter
+
 #if defined (WINS)
 SOURCE rate.cpp			// WINS emulator version: add regular .cpp
 #else


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