[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.19,1.20
Travis Howell
kirben at users.sourceforge.net
Thu Aug 28 05:22:08 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv18599
Modified Files:
Makefile.mingw
Log Message:
Update warnings in mingw makefile.
Add hack to allow nosubtitles in loomcd (Only once game has started)
Revert _roomPalette changes for 256 colors games, caused problems in loomcd, I'm not sure the older 256 color needs these changes.
Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.mingw 22 Aug 2003 06:58:02 -0000 1.19
+++ Makefile.mingw 28 Aug 2003 12:21:34 -0000 1.20
@@ -23,7 +23,7 @@
# Default compilation parameters. Normally don't edit these #
#######################################################################
-CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
+CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
DEFINES :=
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
More information about the Scummvm-git-logs
mailing list