[Scummvm-cvs-logs] CVS: scummvm Makefile,1.7,1.8

Jean-Yves Simon lethalwp at users.sourceforge.net
Sun Sep 8 22:04:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv3271/scummvm

Modified Files:
	Makefile 
Log Message:
patch attempts to fix the MI2 music bug pointed out in bug report #551028

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	8 Sep 2002 01:08:10 -0000	1.7
+++ Makefile	9 Sep 2002 05:03:54 -0000	1.8
@@ -25,15 +25,15 @@
 
 # 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)





More information about the Scummvm-git-logs mailing list