[Scummvm-cvs-logs] CVS: scummvm/gui module.mk,1.6,1.7

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


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

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

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/module.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module.mk	22 Jul 2003 16:05:51 -0000	1.6
+++ module.mk	17 Sep 2003 21:53:11 -0000	1.7
@@ -1,6 +1,6 @@
 MODULE := gui
 
-MODULE_OBJS = \
+MODULE_OBJS := \
 	gui/about.o \
 	gui/browser.o \
 	gui/chooser.o \
@@ -15,6 +15,9 @@
 	gui/PopUpWidget.o \
 	gui/ScrollBarWidget.o \
 	gui/widget.o \
+
+MODULE_DIRS += \
+	gui
 
 # Include common rules 
 include common.rules





More information about the Scummvm-git-logs mailing list