[Scummvm-cvs-logs] CVS: scummvm/simon module.mk,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 14:54:14 CEST 2003


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

Modified Files:
	module.mk 
Log Message:
some tweaks to the build system (work toward plugin support)

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/module.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- module.mk	25 May 2003 11:02:39 -0000	1.5
+++ module.mk	17 Sep 2003 21:53:12 -0000	1.6
@@ -1,6 +1,6 @@
 MODULE := simon
 
-MODULE_OBJS = \
+MODULE_OBJS := \
 	simon/charset.o \
 	simon/debug.o \
 	simon/items.o \
@@ -11,6 +11,9 @@
 	simon/simon.o \
 	simon/verb.o \
 	simon/vga.o \
+
+MODULE_DIRS += \
+	simon
 
 # Include common rules 
 include common.rules





More information about the Scummvm-git-logs mailing list