[Scummvm-cvs-logs] CVS: scummvm Makefile,1.44,1.45

Lionel Ulmer bbrox at users.sourceforge.net
Sat May 25 11:51:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv8387

Modified Files:
	Makefile 
Log Message:
Forgot to remove another SDLism from the X11 compilation :-) (no, no,
it's not on purpose to increase our SF stats :-) ).



Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile	25 May 2002 18:35:56 -0000	1.44
+++ Makefile	25 May 2002 18:50:06 -0000	1.45
@@ -4,7 +4,7 @@
 CFLAGS   = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar
 DEFINES  =
 LDFLAGS :=
-INCLUDES:= `sdl-config --cflags` -I./ -I./sound
+INCLUDES:= -I./ -I./sound
 LIBS	 = -lncurses
 
 # Uncomment this to activate the MAD lib for compressed sound files





More information about the Scummvm-git-logs mailing list