diff options
author | Max Horn | 2002-09-09 09:59:26 +0000 |
---|---|---|
committer | Max Horn | 2002-09-09 09:59:26 +0000 |
commit | c72bfca50dc96e11da351d0bfb56014074b0587b (patch) | |
tree | cebeaf87f7fa7b0ca4fbcd0aedc666d8d2906208 /Makefile | |
parent | a6109b9e75f2c177f57112d07545adf6d1a85372 (diff) | |
download | scummvm-rg350-c72bfca50dc96e11da351d0bfb56014074b0587b.tar.gz scummvm-rg350-c72bfca50dc96e11da351d0bfb56014074b0587b.tar.bz2 scummvm-rg350-c72bfca50dc96e11da351d0bfb56014074b0587b.zip |
please be careful when commiting every modified file instead of only commiting selected files :-)
svn-id: r4912
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |