aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorMax Horn2003-12-10 00:15:20 +0000
committerMax Horn2003-12-10 00:15:20 +0000
commitbb760a5b735944794ae2d14f5b839bd98b290ca4 (patch)
tree7437f46fc0d54ff482b366b109465639a13840d2 /Makefile.mingw
parent0f7f124de231b465e00a97b1f1a68a11ccafd7d5 (diff)
downloadscummvm-rg350-bb760a5b735944794ae2d14f5b839bd98b290ca4.tar.gz
scummvm-rg350-bb760a5b735944794ae2d14f5b839bd98b290ca4.tar.bz2
scummvm-rg350-bb760a5b735944794ae2d14f5b839bd98b290ca4.zip
detect zlib in configure script; use it by default, if available
svn-id: r11544
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 86763ece5b..a5b166f268 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