diff options
-rw-r--r-- | Makefile.mingw | 4 |
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 |