[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.51,1.52

Jonathan Gray khalek at users.sourceforge.net
Sun Jul 27 18:51:22 CEST 2003


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

Modified Files:
	Makefile.common 
Log Message:
bs2

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Makefile.common	19 Jul 2003 14:55:58 -0000	1.51
+++ Makefile.common	28 Jul 2003 01:50:45 -0000	1.52
@@ -42,6 +42,12 @@
 MODULES += sky
 endif
 
+ifdef DISABLE_BS2
+DEFINES += -DDISABLE_BS2
+else
+MODULES += bs2
+endif
+
 MODULES += \
 	common \
 	gui \





More information about the Scummvm-git-logs mailing list