[Scummvm-cvs-logs] CVS: scummvm configure,1.74,1.75
Max Horn
fingolfin at users.sourceforge.net
Wed Feb 25 03:57:04 CET 2004
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31869
Modified Files:
configure
Log Message:
Build SDL backend via a module.mk file, too
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- configure 23 Feb 2004 16:41:05 -0000 1.74
+++ configure 25 Feb 2004 11:41:54 -0000 1.75
@@ -794,9 +794,7 @@
find_sdlconfig
INCLUDES="$INCLUDES `$_sdlconfig --cflags`"
LIBS="$LIBS `$_sdlconfig --libs`"
- OBJS="$OBJS backends/sdl/sdl-common.o backends/sdl/sdl.o"
MODULES="$MODULES backends/sdl"
- MODULE_DIRS="$MODULE_DIRS backends/sdl"
;;
x11)
INCLUDES="$INCLUDES -I/usr/X11R6/include"
More information about the Scummvm-git-logs
mailing list