[Scummvm-cvs-logs] CVS: scummvm Makefile,1.38,1.39 Makefile.common,1.52,1.53 Makefile.mingw,1.17,1.18 configure,1.33,1.34

Oliver Kiehl olki at users.sourceforge.net
Wed Jul 30 12:26:22 CEST 2003


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

Modified Files:
	Makefile Makefile.common Makefile.mingw configure 
Log Message:
rename bs2 to sword2 to have the same name as the original engine.
besides this way all our engines start with an "s" ;)


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile	28 Jul 2003 02:06:49 -0000	1.38
+++ Makefile	30 Jul 2003 19:25:23 -0000	1.39
@@ -71,7 +71,7 @@
 # DISABLE_SCUMM = 1
 # DISABLE_SIMON = 1
 # DISABLE_SKY = 1
-DISABLE_BS2 = 1
+DISABLE_SWORD2 = 1
 
 
 #######################################################################

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Makefile.common	28 Jul 2003 01:50:45 -0000	1.52
+++ Makefile.common	30 Jul 2003 19:25:25 -0000	1.53
@@ -42,8 +42,8 @@
 MODULES += sky
 endif
 
-ifdef DISABLE_BS2
-DEFINES += -DDISABLE_BS2
+ifdef DISABLE_SWORD
+DEFINES += -DDISABLE_SWORD2
 else
 MODULES += bs2
 endif

Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.mingw	28 Jul 2003 03:34:47 -0000	1.17
+++ Makefile.mingw	30 Jul 2003 19:25:25 -0000	1.18
@@ -53,7 +53,7 @@
 # DISABLE_SCUMM = 1
 # DISABLE_SIMON = 1
 # DISABLE_SKY = 1
-DISABLE_BS2 = 1
+DISABLE_SWORD2 = 1
 
 
 #######################################################################

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- configure	28 Jul 2003 11:46:32 -0000	1.33
+++ configure	30 Jul 2003 19:25:26 -0000	1.34
@@ -282,9 +282,9 @@
 fi
 
 if test "$_build_bs2" = no ; then
-	_def_bs2='#define DISABLE_BS2'
+	_def_bs2='#define DISABLE_SWORD2'
 else
-	_def_bs2='#undef DISABLE_BS2'
+	_def_bs2='#undef DISABLE_SWORD2'
 fi
 
 #





More information about the Scummvm-git-logs mailing list