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

Travis Howell kirben at users.sourceforge.net
Sun Oct 27 03:42:03 CET 2002


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

Modified Files:
	Makefile.mingw 
Log Message:

Add monster.sog support, patch #629362 
Enable ogg support by default in mingw builds and link in ogg lib


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.mingw	27 Oct 2002 02:59:07 -0000	1.6
+++ Makefile.mingw	27 Oct 2002 11:41:07 -0000	1.7
@@ -36,8 +36,8 @@
 LIBS    += -lmad
 
 # Uncomment this to activate the Ogg Vorbis lib for compressed sound files
-# DEFINES += -DUSE_VORBIS
-# LIBS    += -lvorbisfile -lvorbis
+DEFINES += -DUSE_VORBIS
+LIBS    += -lvorbisfile -lvorbis -logg
 
 # Uncomment this to activate extended debugging support in Simon
 DEFINES += -DSIMONDEBUG





More information about the Scummvm-git-logs mailing list