diff options
author | Max Horn | 2003-09-18 13:03:56 +0000 |
---|---|---|
committer | Max Horn | 2003-09-18 13:03:56 +0000 |
commit | a15fdcea21272fbc53ee47f7ced7ac0a093b52cc (patch) | |
tree | 08bed827bf4fc938d78beeec37925d41306333d7 /sword2 | |
parent | dbb20eaee5c7837d10e02661b83f5360ea7db395 (diff) | |
download | scummvm-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 'sword2')
-rw-r--r-- | sword2/module.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sword2/module.mk b/sword2/module.mk index e15914f2ec..c3a00dd009 100644 --- a/sword2/module.mk +++ b/sword2/module.mk @@ -45,5 +45,10 @@ MODULE_DIRS += \ bs2 \ bs2/driver +# This module can be built as a plugin +ifdef BUILD_PLUGINS +PLUGIN := 1 +endif + # Include common rules include common.rules |