[Scummvm-cvs-logs] CVS: scummvm configure,1.131,1.132

Max Horn fingolfin at users.sourceforge.net
Sun Oct 23 03:50:32 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26915

Modified Files:
	configure 
Log Message:
Some more Broken Sword I & II -> 1 & 2 changes

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- configure	16 Oct 2005 16:39:00 -0000	1.131
+++ configure	23 Oct 2005 10:49:33 -0000	1.132
@@ -294,8 +294,8 @@
   --disable-he             exclude HE70+ games in SCUMM engine
   --disable-simon          don't build the simon engine
   --disable-sky            don't build the Beneath a Steel Sky engine
-  --disable-sword1         don't build the Broken Sword I engine
-  --disable-sword2         don't build the Broken Sword II 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
@@ -1184,7 +1184,7 @@
 	echo "    Beneath a Steel Sky"
 fi
 if test "$_build_sword1" = yes ; then
-	echo_n "    Broken Sword I"
+	echo_n "    Broken Sword 1"
 	if test "$_mpeg2" = yes ; then
 		echo " (w/ mpeg2 cutscenes)"
 	else
@@ -1192,7 +1192,7 @@
 	fi
 fi
 if test "$_build_sword2" = yes ; then
-	echo_n "    Broken Sword II"
+	echo_n "    Broken Sword 2"
 	if test "$_mpeg2" = yes ; then
 		echo " (w/ mpeg2 cutscenes)"
 	else





More information about the Scummvm-git-logs mailing list