[Scummvm-cvs-logs] CVS: scummvm configure,1.43,1.44

Joost Peters joostp at users.sourceforge.net
Sun Sep 28 08:51:02 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv1375

Modified Files:
	configure 
Log Message:
queen initial import

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- configure	17 Sep 2003 21:53:11 -0000	1.43
+++ configure	28 Sep 2003 15:49:56 -0000	1.44
@@ -33,6 +33,7 @@
 _build_simon=yes
 _build_sky=yes
 _build_bs2=yes
+_build_queen=yes
 _need_memalign=no
 # more defaults
 _backend=sdl
@@ -162,6 +163,7 @@
   --disable-simon          don't build the simon engine
   --disable-sky            don't build the Beneath a Steel Sky engine
   --disable-bs2            don't build the Broken Sword II engine
+  --disable-queen          don't build the Flight of the Amazon Queen engine
 
 Optional Libraries:
   --with-alsa-prefix=PFX   Prefix where alsa is installed (optional)
@@ -185,6 +187,7 @@
       --disable-simon)		_build_simon=no ;;
       --disable-sky)		_build_sky=no ;;
       --disable-bs2)		_build_bs2=no ;;
+      --disable-queen)          _build_queen=no ;;
       --enable-alsa)		_alsa=yes	;;
       --disable-alsa)		_alsa=no	;;
       --enable-vorbis)		_vorbis=yes	;;
@@ -326,6 +329,12 @@
 	_mak_bs2='# DISABLE_SWORD2 = 1'
 fi
 
+if test "$_build_queen" = no ; then
+	_mak_queen='DISABLE_QUEEN = 1'
+else
+	_mak_queen='# DISABLE_QUEEN = 1'
+fi
+
 #
 # Determine hosttype
 #
@@ -500,6 +509,9 @@
 fi
 if test "$_build_bs2" = yes ; then
   echo "    Broken Sword II"
+fi
+if test "$_build_queen" = yes ; then
+  echo "    Flight of the Amazon Queen"
 fi
 echo
 





More information about the Scummvm-git-logs mailing list