[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.1,1.2
Travis Howell
kirben at users.sourceforge.net
Sat Sep 21 20:59:01 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv6640
Modified Files:
Makefile.mingw
Log Message:
Add hack from trin to make zak256 sfx/music work again.
Add Makefile changes to Makefile.mingw
Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.mingw 30 Aug 2002 02:48:31 -0000 1.1
+++ Makefile.mingw 22 Sep 2002 03:58:53 -0000 1.2
@@ -19,7 +19,7 @@
ZIP = zip -q
CP = cp
-CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar
+CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror
DEFINES =
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
More information about the Scummvm-git-logs
mailing list