[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.27,1.28

Max Horn fingolfin at users.sourceforge.net
Tue Dec 9 15:18:00 CET 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv12663

Modified Files:
	Makefile.mingw 
Log Message:
we haven't agreed on using zlib compressed savegames by default yet. Do NOT enable it for now!

Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.mingw	30 Nov 2003 00:59:09 -0000	1.27
+++ Makefile.mingw	9 Dec 2003 23:17:04 -0000	1.28
@@ -39,8 +39,8 @@
 #######################################################################
 
 # Uncomment this to activate the ZLIB lib for compressed save game files
-DEFINES += -DUSE_ZLIB
-LIBS    += -lz
+# 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