[Scummvm-cvs-logs] CVS: scummvm configure,1.31,1.32

Jonathan Gray khalek at users.sourceforge.net
Sun Jul 27 19:14:01 CEST 2003


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

Modified Files:
	configure 
Log Message:
update for bs2

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- configure	6 Jul 2003 11:19:55 -0000	1.31
+++ configure	28 Jul 2003 02:12:59 -0000	1.32
@@ -32,6 +32,7 @@
 _build_scumm=yes
 _build_simon=yes
 _build_sky=yes
+_build_bs2=yes
 _need_memalign=no
 # more defaults
 _backend=sdl
@@ -160,6 +161,7 @@
   --disable-scumm        don't build the SCUMM engine
   --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
 
 Optional Libraries:
   --disable-alsa         disable ALSA midi sound support [autodetect]
@@ -176,6 +178,7 @@
       --disable-scumm)		_build_scumm=no ;;
       --disable-simon)		_build_simon=no ;;
       --disable-sky)		_build_sky=no ;;
+      --disable-bs2)		_build_bs2=no ;;
       --enable-alsa)		_alsa=yes	;;
       --disable-alsa)		_alsa=no	;;
       --enable-vorbis)		_vorbis=yes	;;
@@ -279,6 +282,11 @@
 	_def_sky='#undef DISABLE_SKY'
 fi
 
+if test "$_build_bs2" = no ; then
+	_def_bs2='#define DISABLE_BS2'
+else
+	_def_bs2='#undef DISABLE_BS2'
+fi
 
 #
 # Determine hosttype
@@ -448,6 +456,9 @@
 if test "$_build_sky" = yes ; then
   echo "    Beneath a Steel Sky"
 fi
+if test "$_build_bs2" = yes ; then
+  echo "    Broken Sword II"
+fi
 echo
 
 echo -n "Backend... "
@@ -497,6 +508,7 @@
 $_def_scumm
 $_def_simon
 $_def_sky
+$_def_bs2
 
 $_def_endianess
 $_def_align





More information about the Scummvm-git-logs mailing list