From c036f25c020c92aa5ca2421b659d50ece44335a8 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 27 Oct 2002 02:59:07 +0000 Subject: Add changes from Makefile svn-id: r5322 --- Makefile.mingw | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.mingw') 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 -- cgit v1.2.3