[Scummvm-cvs-logs] CVS: scummvm configure,1.100,1.101
Travis Howell
kirben at users.sourceforge.net
Sun Aug 1 22:02:00 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga script.cpp,1.14,1.15 script.h,1.7,1.8 sdata.cpp,1.10,1.11 sdebug.cpp,1.8,1.9 sthread.cpp,1.14,1.15
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource.cpp,1.234,1.235 script.cpp,1.165,1.166 script_v6.cpp,1.367,1.368
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30935
Modified Files:
configure
Log Message:
Allow SAGA engine to be disabled.
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- configure 31 Jul 2004 12:46:30 -0000 1.100
+++ configure 2 Aug 2004 05:01:28 -0000 1.101
@@ -266,8 +266,8 @@
--disable-sword1 don't build the Broken Sword I engine
--disable-sword2 don't build the Broken Sword II engine
--disable-queen don't build the Flight of the Amazon Queen engine
+ --disable-saga don't build the SAGA engine
--enable-kyra build the Legend of Kyrandia engine
- --enable-saga build the SAGA engine
--enable-plugins build engines as loadable modules instead of
static linking them
@@ -319,8 +319,8 @@
--disable-sword1) _build_sword1=no ;;
--disable-sword2) _build_sword2=no ;;
--disable-queen) _build_queen=no ;;
+ --disable-saga) _build_saga=no ;;
--enable-kyra) _build_kyra=yes ;;
- --enable-saga) _build_saga=yes ;;
--enable-alsa) _alsa=yes ;;
--disable-alsa) _alsa=no ;;
--enable-vorbis) _vorbis=yes ;;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga script.cpp,1.14,1.15 script.h,1.7,1.8 sdata.cpp,1.10,1.11 sdebug.cpp,1.8,1.9 sthread.cpp,1.14,1.15
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource.cpp,1.234,1.235 script.cpp,1.165,1.166 script_v6.cpp,1.367,1.368
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list