From c72bfca50dc96e11da351d0bfb56014074b0587b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Sep 2002 09:59:26 +0000 Subject: please be careful when commiting every modified file instead of only commiting selected files :-) svn-id: r4912 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dae6456811..9ce5a72e9f 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) -- cgit v1.2.3