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

Max Horn fingolfin at users.sourceforge.net
Thu Sep 18 06:05:11 CEST 2003


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

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/simon/module.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module.mk	17 Sep 2003 21:53:12 -0000	1.6
+++ module.mk	18 Sep 2003 13:03:56 -0000	1.7
@@ -15,5 +15,10 @@
 MODULE_DIRS += \
 	simon
 
+# 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