[Scummvm-cvs-logs] SF.net SVN: scummvm:[45978] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Nov 18 17:09:38 CET 2009


Revision: 45978
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45978&view=rev
Author:   fingolfin
Date:     2009-11-18 16:09:38 +0000 (Wed, 18 Nov 2009)

Log Message:
-----------
Add -G2 to PS2 default build options; move some WinCE -D flags from CXXFLAGS to DEFINES

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-11-18 16:02:10 UTC (rev 45977)
+++ scummvm/trunk/configure	2009-11-18 16:09:38 UTC (rev 45978)
@@ -1314,11 +1314,13 @@
 		;;
 	ps2)
 		# TODO ps2
+		CXXFLAGS="$CXXFLAGS -G2"
 		DEFINES="$DEFINES -D_EE -D__PLAYSTATION2__"
 		;;
 	wince)
-		CXXFLAGS="$CXXFLAGS -O3 -march=armv4 -mtune=xscale -D_WIN32_WCE=300 -D__ARM__ -D_ARM_ -DUNICODE -DFPM_DEFAULT -DNONSTANDARD_PORT"
-		CXXFLAGS="$CXXFLAGS -DWIN32 -Dcdecl= -D__cdecl__="
+		CXXFLAGS="$CXXFLAGS -O3 -march=armv4 -mtune=xscale"
+		DEFINES="$DEFINES -D_WIN32_WCE=300 -D__ARM__ -D_ARM_ -DUNICODE -DFPM_DEFAULT -DNONSTANDARD_PORT"
+		DEFINES="$DEFINES -DWIN32 -Dcdecl= -D__cdecl__="
 		;;
 	# given this is a shell script assume some type of unix
 	*)


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