diff options
author | D G Turner | 2013-11-07 12:58:34 +0100 |
---|---|---|
committer | D G Turner | 2013-11-24 00:48:01 +0000 |
commit | 00c27a28f91cc2bbf512461e69c86be998462728 (patch) | |
tree | b60563b33a0f72865ea12485985e2c4fbd38af3b /engines/drascula | |
parent | d77cf95a185a6c8f201f417d08f246727784f728 (diff) | |
download | scummvm-rg350-00c27a28f91cc2bbf512461e69c86be998462728.tar.gz scummvm-rg350-00c27a28f91cc2bbf512461e69c86be998462728.tar.bz2 scummvm-rg350-00c27a28f91cc2bbf512461e69c86be998462728.zip |
BUILD: Split engines/plugins_table header down to a file per engine.
This is the third and final commit enabling fully pluggable engines.
Now providing an engine folder contains a configure.engine, engine.mk
and engine-plugin.h file, it will be picked up automatically by the
configure script.
Diffstat (limited to 'engines/drascula')
-rw-r--r-- | engines/drascula/engine-plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/drascula/engine-plugin.h b/engines/drascula/engine-plugin.h new file mode 100644 index 0000000000..d0f598cce9 --- /dev/null +++ b/engines/drascula/engine-plugin.h @@ -0,0 +1,3 @@ +#if PLUGIN_ENABLED_STATIC(DRASCULA) +LINK_PLUGIN(DRASCULA) +#endif |