[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.21,1.22 mixer.h,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.19,1.20 dialogs.h,1.8,1.9 string.cpp,1.36,1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.21,1.22 mixer.h,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.19,1.20 dialogs.h,1.8,1.9 string.cpp,1.36,1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list