[Scummvm-cvs-logs] CVS: scummvm/sound module.mk,1.12,1.13

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


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

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

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/module.mk,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- module.mk	10 Sep 2003 12:41:14 -0000	1.12
+++ module.mk	17 Sep 2003 21:53:13 -0000	1.13
@@ -1,6 +1,6 @@
 MODULE := sound
 
-MODULE_OBJS = \
+MODULE_OBJS := \
 	sound/audiostream.o \
 	sound/fmopl.o \
 	sound/midiparser.o \
@@ -11,6 +11,9 @@
 	sound/rate.o \
 	sound/voc.o
 #	sound/resample.o \
+
+MODULE_DIRS += \
+	sound
 
 # Include common rules 
 include common.rules





More information about the Scummvm-git-logs mailing list