[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.77,1.78

Travis Howell kirben at users.sourceforge.net
Mon Dec 15 18:25:02 CET 2003


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

Modified Files:
	Makefile.common 
Log Message:

Add sword1 makefile changes



Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Makefile.common	28 Oct 2003 19:51:21 -0000	1.77
+++ Makefile.common	16 Dec 2003 02:24:30 -0000	1.78
@@ -85,6 +85,12 @@
 MODULES += sky
 endif
 
+ifdef DISABLE_SWORD1
+DEFINES += -DDISABLE_SWORD1
+else
+MODULES += sword1
+endif
+
 ifdef DISABLE_SWORD2
 DEFINES += -DDISABLE_SWORD2
 else





More information about the Scummvm-git-logs mailing list