diff options
author | Travis Howell | 2002-10-27 02:59:07 +0000 |
---|---|---|
committer | Travis Howell | 2002-10-27 02:59:07 +0000 |
commit | c036f25c020c92aa5ca2421b659d50ece44335a8 (patch) | |
tree | ccc391b3bb440683e301b5ce1f34b7a48297b164 | |
parent | e21d5db49b79d67720a43ddb3c0beaac160eb8fc (diff) | |
download | scummvm-rg350-c036f25c020c92aa5ca2421b659d50ece44335a8.tar.gz scummvm-rg350-c036f25c020c92aa5ca2421b659d50ece44335a8.tar.bz2 scummvm-rg350-c036f25c020c92aa5ca2421b659d50ece44335a8.zip |
Add changes from Makefile
svn-id: r5322
-rw-r--r-- | Makefile.mingw | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 15aa661feb..5f7dd97d19 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -32,9 +32,13 @@ EXEEXT :=.exe # DEFINES += -DDUMP_SCRIPTS # Uncomment this to activate the MAD lib for compressed sound files -DEFINES += -DCOMPRESSED_SOUND_FILE +DEFINES += -DUSE_MAD LIBS += -lmad +# Uncomment this to activate the Ogg Vorbis lib for compressed sound files +# DEFINES += -DUSE_VORBIS +# LIBS += -lvorbisfile -lvorbis + # Uncomment this to activate extended debugging support in Simon DEFINES += -DSIMONDEBUG |