[Scummvm-cvs-logs] SF.net SVN: scummvm: [25043] scummvm/trunk/configure
sev at users.sourceforge.net
sev at users.sourceforge.net
Sun Jan 7 10:08:45 CET 2007
Revision: 25043
http://scummvm.svn.sourceforge.net/scummvm/?rev=25043&view=rev
Author: sev
Date: 2007-01-07 01:08:45 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
Enable AGI engine by default
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2007-01-07 09:05:18 UTC (rev 25042)
+++ scummvm/trunk/configure 2007-01-07 09:08:45 UTC (rev 25043)
@@ -59,7 +59,7 @@
_build_kyra=yes
_build_lure=no
_build_cine=yes
-_build_agi=no
+_build_agi=yes
_build_touche=yes
_need_memalign=no
_build_plugins=no
@@ -332,7 +332,7 @@
--disable-kyra don't build the Legend of Kyrandia engine
--enable-lure build the Lure of the Temptress engine
--disable-cine don't build the Cinematique engine evo 1
- --enable-agi build the AGI engine
+ --disable-agi don't build the AGI engine
--disable-touche don't build the Touche: The Adventures of the Fifth Musketeer engine
--enable-plugins build engines as loadable modules instead of
static linking them
@@ -401,7 +401,7 @@
--disable-kyra) _build_kyra=no ;;
--enable-lure) _build_lure=yes ;;
--disable-cine) _build_cine=no ;;
- --enable-agi) _build_agi=yes ;;
+ --disable-agi) _build_agi=no ;;
--disable-touche) _build_touche=no ;;
--disable-hq-scalers) _build_hq_scalers=no ;;
--disable-scalers) _build_scalers=no ;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list