aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
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