[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.26,1.27
Travis Howell
kirben at users.sourceforge.net
Sat Nov 29 17:00:02 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.25,1.26
- Next message: [Scummvm-cvs-logs] CVS: scummvm/queen command.cpp,1.28,1.29 command.h,1.6,1.7 cutaway.cpp,1.75,1.76 display.cpp,1.29,1.30 display.h,1.22,1.23 graphics.cpp,1.50,1.51 graphics.h,1.41,1.42 input.h,1.9,1.10 journal.cpp,1.4,1.5 logic.cpp,1.110,1.111 logic.h,1.72,1.73 queen.cpp,1.44,1.45 structs.h,1.24,1.25 talk.cpp,1.48,1.49 walk.cpp,1.25,1.26 xref.txt,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv6044
Modified Files:
Makefile.mingw
Log Message:
Leave it as option
Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.mingw 30 Nov 2003 00:52:35 -0000 1.26
+++ Makefile.mingw 30 Nov 2003 00:59:09 -0000 1.27
@@ -27,16 +27,20 @@
#######################################################################
CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
-DEFINES += -DUSE_ZLIB
+DEFINES +=
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
-LIBS += $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32 -lz
+LIBS += $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32
OBJS := scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl_gl.o
EXEEXT :=.exe
#######################################################################
# Compile options - you can modify these to tweak ScummVM compilation #
#######################################################################
+
+# Uncomment this to activate the ZLIB lib for compressed save game files
+DEFINES += -DUSE_ZLIB
+LIBS += -lz
# Uncomment this to activate the MAD lib for compressed sound files
DEFINES += -DUSE_MAD
- Previous message: [Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.25,1.26
- Next message: [Scummvm-cvs-logs] CVS: scummvm/queen command.cpp,1.28,1.29 command.h,1.6,1.7 cutaway.cpp,1.75,1.76 display.cpp,1.29,1.30 display.h,1.22,1.23 graphics.cpp,1.50,1.51 graphics.h,1.41,1.42 input.h,1.9,1.10 journal.cpp,1.4,1.5 logic.cpp,1.110,1.111 logic.h,1.72,1.73 queen.cpp,1.44,1.45 structs.h,1.24,1.25 talk.cpp,1.48,1.49 walk.cpp,1.25,1.26 xref.txt,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list