[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


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





More information about the Scummvm-git-logs mailing list