diff options
| author | Eugene Sandulenko | 2011-12-26 17:37:43 +0000 |
|---|---|---|
| committer | Strangerke | 2012-04-06 08:18:16 +0200 |
| commit | b193c92a6e9e181ecc84fdd0eb652c901d3b27ec (patch) | |
| tree | bbdfbb5c8257670abf0420537538a7df107a7fe0 /base | |
| parent | e6a0c23d2c57461305906cb4c62b2b6962915264 (diff) | |
| download | scummvm-rg350-b193c92a6e9e181ecc84fdd0eb652c901d3b27ec.tar.gz scummvm-rg350-b193c92a6e9e181ecc84fdd0eb652c901d3b27ec.tar.bz2 scummvm-rg350-b193c92a6e9e181ecc84fdd0eb652c901d3b27ec.zip | |
MORTEVIELLE: Plug the engine into makefiles
Diffstat (limited to 'base')
| -rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index db8a5d8817..1c4e6f1934 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -139,6 +139,9 @@ public: #if PLUGIN_ENABLED_STATIC(MOHAWK) LINK_PLUGIN(MOHAWK) #endif + #if PLUGIN_ENABLED_STATIC(MORTEVIELLE) + LINK_PLUGIN(MORTEVIELLE) + #endif #if PLUGIN_ENABLED_STATIC(PARALLACTION) LINK_PLUGIN(PARALLACTION) #endif |
