[Scummvm-cvs-logs] CVS: scummvm/scumm module.mk,1.24,1.25

Max Horn fingolfin at users.sourceforge.net
Thu Sep 18 06:04:21 CEST 2003


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

Modified Files:
	module.mk 
Log Message:
plugin work: right now, only with build rules for OS X. Once I can get it to work here, I'll add more build rules. Work in progress, a lot ain't work, but the plugin stuff is disabled by default, so no harm should arise

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/module.mk,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- module.mk	17 Sep 2003 21:53:11 -0000	1.24
+++ module.mk	18 Sep 2003 13:03:56 -0000	1.25
@@ -55,5 +55,10 @@
 	scumm \
 	scumm/smush
 
+# This module can be built as a plugin
+ifdef BUILD_PLUGINS
+PLUGIN := 1
+endif
+
 # Include common rules 
 include common.rules





More information about the Scummvm-git-logs mailing list