aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2002-10-22 12:29:27 +0000
committerTravis Howell2002-10-22 12:29:27 +0000
commit67bf52687528a7f44953d4ac858f3fb55f399fc4 (patch)
tree8f09274366530c5263567a22247ada1c606a74c4 /Makefile.mingw
parent93c8e145a87ae7b98c9815144048c3b3c8eee733 (diff)
downloadscummvm-rg350-67bf52687528a7f44953d4ac858f3fb55f399fc4.tar.gz
scummvm-rg350-67bf52687528a7f44953d4ac858f3fb55f399fc4.tar.bz2
scummvm-rg350-67bf52687528a7f44953d4ac858f3fb55f399fc4.zip
Add changes from Makefile
svn-id: r5243
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 13e8bb45e1..c8eab0214c 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -35,9 +35,8 @@ EXEEXT :=.exe
DEFINES += -DCOMPRESSED_SOUND_FILE
LIBS += -lmad
-# Uncomment this to activate the ALSA lib for midi
-# DEFINES += -DUSE_ALSA
-# LIBS += -lasound
+# Uncomment this to activate extended debugging support in Simon
+#DEFINES += -DSIMONDEBUG
# Concat DEFINES and INCLUDES to for the CPPFLAGS
CPPFLAGS= $(DEFINES) $(INCLUDES)