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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Oct 7 02:48:33 CEST 2006


Revision: 24151
          http://svn.sourceforge.net/scummvm/?rev=24151&view=rev
Author:   fingolfin
Date:     2006-10-06 17:48:28 -0700 (Fri, 06 Oct 2006)

Log Message:
-----------
Modified configure to #define SDL_BACKEND when using the SDL backend (akin to X11_BACKEND)

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-10-07 00:35:05 UTC (rev 24150)
+++ scummvm/trunk/configure	2006-10-07 00:48:28 UTC (rev 24151)
@@ -1305,6 +1305,7 @@
 		find_sdlconfig
 		INCLUDES="$INCLUDES `$_sdlconfig --cflags`"
 		LIBS="$LIBS `$_sdlconfig --libs`"
+		DEFINES="$DEFINES -DSDL_BACKEND"
 		MODULES="$MODULES backends/platform/sdl"
 		;;
 	gp2x)


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