aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2003-09-18 13:03:56 +0000
committerMax Horn2003-09-18 13:03:56 +0000
commita15fdcea21272fbc53ee47f7ced7ac0a093b52cc (patch)
tree08bed827bf4fc938d78beeec37925d41306333d7 /simon
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 'simon')
-rw-r--r--simon/module.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/simon/module.mk b/simon/module.mk
index 2e57a98460..b671ff0e39 100644
--- a/simon/module.mk
+++ b/simon/module.mk
@@ -15,5 +15,10 @@ MODULE_OBJS := \
MODULE_DIRS += \
simon
+# This module can be built as a plugin
+ifdef BUILD_PLUGINS
+PLUGIN := 1
+endif
+
# Include common rules
include common.rules