[Scummvm-cvs-logs] CVS: scummvm/bs2 module.mk,1.2,1.3

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


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

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/bs2/module.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- module.mk	17 Sep 2003 21:53:11 -0000	1.2
+++ module.mk	18 Sep 2003 13:03:56 -0000	1.3
@@ -45,5 +45,10 @@
 	bs2 \
 	bs2/driver
 
+# 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