[Scummvm-cvs-logs] CVS: scummvm/sky module.mk,1.21,1.22
Max Horn
fingolfin at users.sourceforge.net
Thu Sep 18 06:05:11 CEST 2003
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv17764/sky
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/sky/module.mk,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- module.mk 17 Sep 2003 21:53:12 -0000 1.21
+++ module.mk 18 Sep 2003 13:03:56 -0000 1.22
@@ -29,5 +29,10 @@
sky/music \
sky/compacts
+# 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