aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-12-09 23:17:04 +0000
committerMax Horn2003-12-09 23:17:04 +0000
commitc67d2b5f553f776b449a9e1545daa31a227dbfc6 (patch)
treefab44f344185aa76acfca3478414ab1f65f44fa7
parent8edcf3f1caf7dd40b2f89271ea4fcaf766896acd (diff)
downloadscummvm-rg350-c67d2b5f553f776b449a9e1545daa31a227dbfc6.tar.gz
scummvm-rg350-c67d2b5f553f776b449a9e1545daa31a227dbfc6.tar.bz2
scummvm-rg350-c67d2b5f553f776b449a9e1545daa31a227dbfc6.zip
we haven't agreed on using zlib compressed savegames by default yet. Do NOT enable it for now!
svn-id: r11542
-rw-r--r--Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index a5b166f268..86763ece5b 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -39,8 +39,8 @@ EXEEXT :=.exe
#######################################################################
# 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