diff options
author | Max Horn | 2002-10-22 12:06:54 +0000 |
---|---|---|
committer | Max Horn | 2002-10-22 12:06:54 +0000 |
commit | 80fad4039414d2a78b98aa469c80553b45dff01b (patch) | |
tree | e4c9f29774e39abcb763b76570e0f62ba5db5b20 /Makefile | |
parent | c8905a5c8a2bd08f55f0ffa85dc33b5b8e276de5 (diff) | |
download | scummvm-rg350-80fad4039414d2a78b98aa469c80553b45dff01b.tar.gz scummvm-rg350-80fad4039414d2a78b98aa469c80553b45dff01b.tar.bz2 scummvm-rg350-80fad4039414d2a78b98aa469c80553b45dff01b.zip |
added SIMONDEBUG to Makefile
svn-id: r5241
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ LIBS += -lmad # DEFINES += -DUSE_ALSA # LIBS += -lasound +# Uncomment this to activate extended debugging support in Simon +DEFINES += -DSIMONDEBUG + # Concat DEFINES and INCLUDES to for the CPPFLAGS CPPFLAGS= $(DEFINES) $(INCLUDES) |