[Scummvm-cvs-logs] SF.net SVN: scummvm: [26901] scummvm/trunk/configure

sev at users.sourceforge.net sev at users.sourceforge.net
Mon May 21 11:44:06 CEST 2007


Revision: 26901
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26901&view=rev
Author:   sev
Date:     2007-05-21 02:44:05 -0700 (Mon, 21 May 2007)

Log Message:
-----------
- Enable parallaction engine by default
- Sort engines in usage message by alphabet

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2007-05-21 08:03:34 UTC (rev 26900)
+++ scummvm/trunk/configure	2007-05-21 09:44:05 UTC (rev 26901)
@@ -61,7 +61,7 @@
 _build_cine=yes
 _build_agi=yes
 _build_touche=yes
-_build_parallaction=no
+_build_parallaction=yes
 _build_cruise=no
 _need_memalign=no
 _build_plugins=no
@@ -322,23 +322,24 @@
 Optional Features:
   --disable-debug          disable building with debugging symbols
   --enable-Werror          treat warnings as errors
+  --disable-agi            don't build the AGI engine
+  --disable-agos           don't build the AGOS engine
+  --disable-cine           don't build the Cinematique engine evo 1
+  --enable-cruise          build the Cruise for a Corpse engine
+  --disable-gob            don't build the Gobli*ns engine
+  --disable-kyra           don't build the Legend of Kyrandia engine
+  --enable-lure            build the Lure of the Temptress engine
+  --disable-he             exclude HE70+ games in SCUMM engine
+  --disable-parallaction   don't build the Parallaction engine
+  --disable-queen          don't build the Flight of the Amazon Queen engine
+  --disable-saga           don't build the SAGA engine
   --disable-scumm          don't build the SCUMM engine
   --disable-scumm-7-8      exclude v7 and v8 game in SCUMM engine (ft, dig, comi and demos)
-  --disable-he             exclude HE70+ games in SCUMM engine
-  --disable-agos           don't build the AGOS engine
   --disable-sky            don't build the Beneath a Steel Sky engine
   --disable-sword1         don't build the Broken Sword 1 engine
   --disable-sword2         don't build the Broken Sword 2 engine
-  --disable-queen          don't build the Flight of the Amazon Queen engine
-  --disable-saga           don't build the SAGA engine
-  --disable-gob            don't build the Gobli*ns engine
-  --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
-  --disable-agi            don't build the AGI engine
   --disable-touche         don't build the Touche: The Adventures of the Fifth Musketeer engine
-  --enable-parallaction    build the Parallaction engine
-  --enable-cruise          build the Cruise for a Corpse engine
+
   --enable-plugins         build engines as loadable modules instead of
                            static linking them
   --disable-mt32emu        don't enable the integrated MT-32 emulator
@@ -408,7 +409,7 @@
       --disable-cine)           _build_cine=no ;;
       --disable-agi)            _build_agi=no ;;
       --disable-touche)         _build_touche=no ;;
-      --enable-parallaction)    _build_parallaction=yes ;;
+      --disable-parallaction)   _build_parallaction=no ;;
       --enable-cruise)          _build_cruise=yes ;;
       --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