aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/module.mk
diff options
context:
space:
mode:
authorRetro-Junk2016-07-30 23:15:32 +0300
committerEugene Sandulenko2017-01-25 22:41:46 +0100
commitecf0d041045214933b9ef10d490bf62f3c7add99 (patch)
treeeaf091312dc898a15ffedb555588297d2234d871 /engines/cryo/module.mk
parente25bac9690f2802bce932d9b5490e2d5336be818 (diff)
downloadscummvm-rg350-ecf0d041045214933b9ef10d490bf62f3c7add99.tar.gz
scummvm-rg350-ecf0d041045214933b9ef10d490bf62f3c7add99.tar.bz2
scummvm-rg350-ecf0d041045214933b9ef10d490bf62f3c7add99.zip
CRYO: Lost Eden game engine initial commit
Diffstat (limited to 'engines/cryo/module.mk')
-rw-r--r--engines/cryo/module.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/cryo/module.mk b/engines/cryo/module.mk
new file mode 100644
index 0000000000..4cda96472b
--- /dev/null
+++ b/engines/cryo/module.mk
@@ -0,0 +1,14 @@
+MODULE := engines/cryo
+
+MODULE_OBJS = \
+ cryo.o \
+ eden.o \
+ detection.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_CRYO), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk