aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2002-10-22 12:06:54 +0000
committerMax Horn2002-10-22 12:06:54 +0000
commit80fad4039414d2a78b98aa469c80553b45dff01b (patch)
treee4c9f29774e39abcb763b76570e0f62ba5db5b20 /Makefile
parentc8905a5c8a2bd08f55f0ffa85dc33b5b8e276de5 (diff)
downloadscummvm-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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a24c903b2..404af78230 100644
--- a/Makefile
+++ b/Makefile
@@ -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)