aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorMax Horn2003-09-18 13:03:56 +0000
committerMax Horn2003-09-18 13:03:56 +0000
commita15fdcea21272fbc53ee47f7ced7ac0a093b52cc (patch)
tree08bed827bf4fc938d78beeec37925d41306333d7 /sky
parentdbb20eaee5c7837d10e02661b83f5360ea7db395 (diff)
downloadscummvm-rg350-a15fdcea21272fbc53ee47f7ced7ac0a093b52cc.tar.gz
scummvm-rg350-a15fdcea21272fbc53ee47f7ced7ac0a093b52cc.tar.bz2
scummvm-rg350-a15fdcea21272fbc53ee47f7ced7ac0a093b52cc.zip
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
svn-id: r10292
Diffstat (limited to 'sky')
-rw-r--r--sky/module.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sky/module.mk b/sky/module.mk
index eba12e9a15..6fb563e6e0 100644
--- a/sky/module.mk
+++ b/sky/module.mk
@@ -29,5 +29,10 @@ MODULE_DIRS += \
sky/music \
sky/compacts
+# This module can be built as a plugin
+ifdef BUILD_PLUGINS
+PLUGIN := 1
+endif
+
# Include common rules
include common.rules