aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2003-11-30 00:59:09 +0000
committerTravis Howell2003-11-30 00:59:09 +0000
commit785da90067a6b7689804e5573b2b392ee953014a (patch)
tree14100567b96c33a3ffb15b5c296c5e42127f1e3c /Makefile.mingw
parentc40c44dd879307efd6e24b4858b90e67c91865b0 (diff)
downloadscummvm-rg350-785da90067a6b7689804e5573b2b392ee953014a.tar.gz
scummvm-rg350-785da90067a6b7689804e5573b2b392ee953014a.tar.bz2
scummvm-rg350-785da90067a6b7689804e5573b2b392ee953014a.zip
Leave it as option
svn-id: r11437
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 2c55baa796..a5b166f268 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -27,10 +27,10 @@ CP = cp
#######################################################################
CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
-DEFINES += -DUSE_ZLIB
+DEFINES +=
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
-LIBS += $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32 -lz
+LIBS += $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32
OBJS := scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl_gl.o
EXEEXT :=.exe
@@ -38,6 +38,10 @@ EXEEXT :=.exe
# Compile options - you can modify these to tweak ScummVM compilation #
#######################################################################
+# Uncomment this to activate the ZLIB lib for compressed save game files
+DEFINES += -DUSE_ZLIB
+LIBS += -lz
+
# Uncomment this to activate the MAD lib for compressed sound files
DEFINES += -DUSE_MAD
LIBS += -lmad