diff options
| author | Lars Persson | 2008-09-05 11:06:27 +0000 | 
|---|---|---|
| committer | Lars Persson | 2008-09-05 11:06:27 +0000 | 
| commit | 1a258a36d003b5e42f761cf8ee61ad1f50d2cba6 (patch) | |
| tree | 90883ea0a8ef88a4a430d6bda9fed3d3dc3559b5 /backends/platform/symbian | |
| parent | ba07d1dd0a2babc27e50ff9b8ea3b77943bd9f09 (diff) | |
| download | scummvm-rg350-1a258a36d003b5e42f761cf8ee61ad1f50d2cba6.tar.gz scummvm-rg350-1a258a36d003b5e42f761cf8ee61ad1f50d2cba6.tar.bz2 scummvm-rg350-1a258a36d003b5e42f761cf8ee61ad1f50d2cba6.zip  | |
Updated buildscripts to support tinsel
svn-id: r34338
Diffstat (limited to 'backends/platform/symbian')
| -rw-r--r-- | backends/platform/symbian/AdaptAllMMPs.pl | 9 | ||||
| -rw-r--r-- | backends/platform/symbian/BuildPackageUpload_LocalSettings.pl | 60 | ||||
| -rw-r--r-- | backends/platform/symbian/mmp/scummvm_tinsel.mmp.in | 56 | 
3 files changed, 103 insertions, 22 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl index b576bb3993..0993abc662 100644 --- a/backends/platform/symbian/AdaptAllMMPs.pl +++ b/backends/platform/symbian/AdaptAllMMPs.pl @@ -27,7 +27,7 @@ chdir("../../../");  	"mmp/scummvm_sword1.mmp",   	"mmp/scummvm_sword2.mmp",   	"mmp/scummvm_touche.mmp",  - +	"mmp/scummvm_tinsel.mmp",   	# Target Platform Project Files  	"S60/ScummVM_S60.mmp",   @@ -103,8 +103,8 @@ chdir("engines/");  ParseModule("_scumm",	"scumm",	\@sections_scumm,		\@excludes_scumm );  ParseModule("_queen",	"queen",	\@section_empty);  ParseModule("_agos",	"agos",		\@section_empty); -ParseModule("_sky",		"sky",		\@section_empty); -ParseModule("_gob",		"gob",		\@section_empty); +ParseModule("_sky",	"sky",		\@section_empty); +ParseModule("_gob",	"gob",		\@section_empty);  ParseModule("_saga",	"saga",		\@section_empty);  ParseModule("_kyra",	"kyra",		\@section_empty);  ParseModule("_sword1",	"sword1",	\@section_empty); @@ -118,7 +118,8 @@ ParseModule("_cruise",	"cruise",	\@section_empty);  ParseModule("_drascula","drascula",	\@section_empty);  ParseModule("_igor",	"igor",		\@section_empty);  ParseModule("_made",	"made",		\@section_empty); -ParseModule("_m4",		"m4",		\@section_empty); +ParseModule("_m4",	"m4",		\@section_empty); +ParseModule("_tinsel",	"tinsel",	\@section_empty);  print "  =======================================================================================  Done. Enjoy :P diff --git a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl index d575a1de38..946d1a5c16 100644 --- a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl +++ b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl @@ -6,11 +6,10 @@  		kyra lure agi touche parallaction cine  	);  	@TestingEngines = qw( -		cruise igor made m4 +		cruise igor made m4 tinsel sword1 sword2  	); -	@BrokenEngines = qw( -		sword1 -		sword2 + +	@BrokenEngines = qw(				  	);  	@EnablableEngines = (@WorkingEngines, @TestingEngines); @@ -29,20 +28,7 @@  	# these are normally enabled for each variation  	#$DefaultFeatures = qw(zlib,mad); -	$DefaultFeatures = qw(zlib,mad,tremor); - -	 -	# you can use these below for speed & clarity or override with custom settings -	$DefaultTopMacros = " -		MACRO			USE_ZLIB			// LIB:zlib.lib -		MACRO			USE_MAD				// LIB:libmad.lib -		MACRO			USE_TREMOR			// LIB:libtremor.lib -	"; -													 -	$DefaultBottomMacros = " -		MACRO			DISABLE_SWORD1		// LIB:scummvm_sword1.lib -		MACRO			DISABLE_SWORD2		// LIB:scummvm_sword2.lib -	"; +	$DefaultFeatures = qw(zlib,mad,tremor);		  ##################################################################################################################  	## @@ -186,6 +172,44 @@  		# now you can add $VariationSets only built on this PC below this line :)  	} +	elsif ($ENV{'COMPUTERNAME'} eq "EMBEDDEV-LAPE") ################################################################# +	{ +		$Producer = "AnotherGuest"; +		$RedirectSTDERR = 1; +		$HaltOnError = 0; +		$SkipExistingPackages = 1; +		$ReallyQuiet = 1; + +		#$FTP_Host = "host.com"; +		#$FTP_User = "ag@host.com"; +		#$FTP_Pass = "password"; +		#$FTP_Dir  = "cvsbuilds"; + +		#$SDK_RootDirs{'UIQ2'}= "D:\\UIQ2"; +		$SDK_RootDirs{'UIQ3'}= "G:\\UIQ3"; +		#$SDK_RootDirs{'S60v1'}= "D:\\S60v1"; +		#$SDK_RootDirs{'S60v2'}= "D:\\S60v2"; +		$SDK_RootDirs{'S60v3'}= "G:\\S60_3rd_FP1"; +		#$SDK_RootDirs{'S80'}= "D:\\S80"; +		#$SDK_RootDirs{'S90'}= "D:\\S90"; +		$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"; +#			$SDK_LibraryDirs{'ALL'}{'libmad.lib'}	= "C:\\S\\libmad-0.15.1b\\group"; +#			$SDK_LibraryDirs{'ALL'}{'libtremor.lib'}= "C:\\tremor\\epoc"; +			$SDK_LibraryDirs{'UIQ2'}{'esdl.lib'} = "E:\\WICKED\\ESDL\\epoc\\UIQ"; +			$SDK_LibraryDirs{'S60v1'}{'esdl.lib'}	= $SDK_LibraryDirs{'S60v2'}{'esdl.lib'} = "E:\\WICKED\\ESDL\\epoc\\S60"; +			$SDK_LibraryDirs{'S80'}{'esdl.lib'}		= "E:\\WICKED\\ESDL\\epoc\\S80"; +			$SDK_LibraryDirs{'S90'}{'esdl.lib'}		= "E:\\WICKED\\ESDL\\epoc\\S90"; +			$SDK_LibraryDirs{'S60v3'}{'esdl.lib'}		= "E:\\WICKED\\ESDL\\epoc\\S60\\S60V3"; +			$SDK_LibraryDirs{'UIQ3'}{'esdl.lib'}		= "E:\\WICKED\\ESDL\\epoc\\UIQ\\UIQ3"; +			#$SDK_LibraryDirs{'ALL'}{'libmpeg2.lib'} = "C:\\S\\mpeg2dec-0.4.0\\epoc"; +		} + +		# now you can add $VariationSets only built on this PC below this line :) + +	}  	else #########################################################################################################  	{  		print "ERROR: Computer name ".$ENV{'COMPUTERNAME'}." not recognized! Plz edit _LocalSettings.pl!"; diff --git a/backends/platform/symbian/mmp/scummvm_tinsel.mmp.in b/backends/platform/symbian/mmp/scummvm_tinsel.mmp.in new file mode 100644 index 0000000000..3f68ec086e --- /dev/null +++ b/backends/platform/symbian/mmp/scummvm_tinsel.mmp.in @@ -0,0 +1,56 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL + * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System + * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer + * Copyright (C) 2005-2006 The ScummVM project + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ + +// +// EPOC MMP makefile project for ScummVM +// + +// *** Definitions + +TARGET          scummvm_tinsel.lib +TARGETTYPE      lib +OPTION			MSVC /QIfist /Ob1 /Oy /GF // /QIfist disables use of __ftol2 to avoid linker probs with MS libc: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcrefQIfistSuppress_ftol.asp +OPTION			GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way too sensitive for that :( just turn off some common warnings +OPTION			GCCE -Wno-multichar -Wno-reorder -Wno-unused -Wno-format -fsigned-char +ALWAYS_BUILD_AS_ARM + +//START_AUTO_MACROS_SLAVE// + +// empty base file, will be updated by Perl build scripts + +//STOP_AUTO_MACROS_SLAVE// + +// *** SOURCE files + +SOURCEPATH ..\..\..\..\engines\tinsel + +//START_AUTO_OBJECTS_TINSEL_// + +	// empty base file, will be updated by Perl build scripts + +//STOP_AUTO_OBJECTS_TINSEL_// + +// *** Include paths + +USERINCLUDE     ..\..\..\..\engines +USERINCLUDE     ..\..\..\.. ..\..\..\..\common ..\..\..\..\gui ..\..\..\..\sound ..\src +SYSTEMINCLUDE   \epoc32\include \epoc32\include\libc ..\src  | 
