aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2002-10-27 02:59:07 +0000
committerTravis Howell2002-10-27 02:59:07 +0000
commitc036f25c020c92aa5ca2421b659d50ece44335a8 (patch)
treeccc391b3bb440683e301b5ce1f34b7a48297b164 /Makefile.mingw
parente21d5db49b79d67720a43ddb3c0beaac160eb8fc (diff)
downloadscummvm-rg350-c036f25c020c92aa5ca2421b659d50ece44335a8.tar.gz
scummvm-rg350-c036f25c020c92aa5ca2421b659d50ece44335a8.tar.bz2
scummvm-rg350-c036f25c020c92aa5ca2421b659d50ece44335a8.zip
Add changes from Makefile
svn-id: r5322
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw6
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