[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.5,1.6

Travis Howell kirben at users.sourceforge.net
Sat Oct 26 20:00:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv31358

Modified Files:
	Makefile.mingw 
Log Message:

Add changes from Makefile


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.mingw	25 Oct 2002 14:56:58 -0000	1.5
+++ Makefile.mingw	27 Oct 2002 02:59:07 -0000	1.6
@@ -32,8 +32,12 @@
 # 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





More information about the Scummvm-git-logs mailing list