aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)