diff options
author | Max Horn | 2002-12-31 02:09:57 +0000 |
---|---|---|
committer | Max Horn | 2002-12-31 02:09:57 +0000 |
commit | 166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2 (patch) | |
tree | 50a5201e6cc80a9a7480c797b49458cd46d27b97 /Makefile | |
parent | 1ce31266a981a94cdcdbf5831d0d02720b56ca71 (diff) | |
download | scummvm-rg350-166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2.tar.gz scummvm-rg350-166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2.tar.bz2 scummvm-rg350-166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2.zip |
get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping
svn-id: r6284
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,10 +31,6 @@ OBJS := # Compile options - you can modify these to tweak ScummVM compilation # ####################################################################### -# Enable this if you want ScummVM to dump all scripts it runs. -# This is mainly interesting for developers. -# DEFINES += -DDUMP_SCRIPTS - # Uncomment this to activate the MAD lib for compressed sound files DEFINES += -DUSE_MAD LIBS += -lmad |