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

Max Horn fingolfin at users.sourceforge.net
Mon Sep 9 03:00:02 CEST 2002


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

Modified Files:
	Makefile 
Log Message:
please be careful when commiting every modified file instead of only commiting selected files :-)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	9 Sep 2002 05:03:54 -0000	1.8
+++ Makefile	9 Sep 2002 09:59:26 -0000	1.9
@@ -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