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

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


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

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

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/module.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- module.mk	8 Sep 2003 17:42:52 -0000	1.5
+++ module.mk	17 Sep 2003 21:53:11 -0000	1.6
@@ -1,6 +1,6 @@
 MODULE := common
 
-MODULE_OBJS = \
+MODULE_OBJS := \
 	common/config-file.o \
 	common/engine.o \
 	common/file.o \
@@ -10,6 +10,9 @@
 	common/timer.o \
 	common/util.o \
 	common/savefile.o
+
+MODULE_DIRS += \
+	common
 
 # Include common rules 
 include common.rules





More information about the Scummvm-git-logs mailing list