aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Yves Simon2002-09-09 05:03:55 +0000
committerJean-Yves Simon2002-09-09 05:03:55 +0000
commit5b8eb34406373daa7a167f89d32dbe72c3cdc005 (patch)
treeaaa72cf5ef56ae5465932f6114326e6379d28699 /Makefile
parentc7eff375c5343d1ff597a2e7df91c3280e68d796 (diff)
downloadscummvm-rg350-5b8eb34406373daa7a167f89d32dbe72c3cdc005.tar.gz
scummvm-rg350-5b8eb34406373daa7a167f89d32dbe72c3cdc005.tar.bz2
scummvm-rg350-5b8eb34406373daa7a167f89d32dbe72c3cdc005.zip
patch attempts to fix the MI2 music bug pointed out in bug report #551028
svn-id: r4908
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ce5a72e9f..dae6456811 100644
--- a/Makefile
+++ b/Makefile
@@ -25,15 +25,15 @@ OBJS =
# Enable this if you want ScummVM to dump all scripts it runs.
# This is mainly interesting for developers.
-# DEFINES += -DDUMP_SCRIPTS
+DEFINES += -DDUMP_SCRIPTS
# Uncomment this to activate the MAD lib for compressed sound files
DEFINES += -DCOMPRESSED_SOUND_FILE
LIBS += -lmad
# Uncomment this to activate the ALSA lib for midi
-# DEFINES += -DUSE_ALSA
-# LIBS += -lasound
+DEFINES += -DUSE_ALSA
+LIBS += -lasound
# Concat DEFINES and INCLUDES to for the CPPFLAGS
CPPFLAGS= $(DEFINES) $(INCLUDES)