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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Nov 9 06:21:08 CET 2010


Revision: 54149
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54149&view=rev
Author:   mthreepwood
Date:     2010-11-09 05:21:07 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
CONFIGURE: Define SDL_BACKEND for GP2X/GPH/WINCE backends

This should fix compilation on those systems.

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-11-08 23:07:42 UTC (rev 54148)
+++ scummvm/trunk/configure	2010-11-09 05:21:07 UTC (rev 54149)
@@ -2846,12 +2846,14 @@
 		INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
 		LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
 		LDFLAGS="$LDFLAGS"
+		DEFINES="$DEFINES -DSDL_BACKEND"
 		;;
 	gph)
 		find_sdlconfig
 		INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
 		LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
 		LDFLAGS="$LDFLAGS"
+		DEFINES="$DEFINES -DSDL_BACKEND"
 		;;
 	iphone)
 		OBJCFLAGS="$OBJCFLAGS --std=c99"
@@ -2921,6 +2923,7 @@
 	wince)
 		INCLUDES="$INCLUDES "'-I$(srcdir) -I$(srcdir)/backends/platform/wince -I$(srcdir)/engines -I$(srcdir)/backends/platform/wince/missing/gcc -I$(srcdir)/backends/platform/wince/CEgui -I$(srcdir)/backends/platform/wince/CEkeys'
 		LIBS="$LIBS -static -lSDL"
+		DEFINES="$DEFINES -DSDL_BACKEND"
 		;;
 	*)
 		echo "support for $_backend backend not implemented in configure script yet"


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