aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorD G Turner2013-11-07 12:58:34 +0100
committerD G Turner2013-11-24 00:48:01 +0000
commitd77cf95a185a6c8f201f417d08f246727784f728 (patch)
tree7c4ca616132b6d3dc5ca86a9d889f020d444b0c0 /engines/mohawk
parentaa947c9474ad83aa9315bc585d1f0b79060fee61 (diff)
downloadscummvm-rg350-d77cf95a185a6c8f201f417d08f246727784f728.tar.gz
scummvm-rg350-d77cf95a185a6c8f201f417d08f246727784f728.tar.bz2
scummvm-rg350-d77cf95a185a6c8f201f417d08f246727784f728.zip
BUILD: Split engines.mk down to a single file per engine.
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine.
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/engine.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/mohawk/engine.mk b/engines/mohawk/engine.mk
new file mode 100644
index 0000000000..e9474b5534
--- /dev/null
+++ b/engines/mohawk/engine.mk
@@ -0,0 +1,16 @@
+ifdef ENABLE_MOHAWK
+DEFINES += -DENABLE_MOHAWK=$(ENABLE_MOHAWK)
+MODULES += engines/mohawk
+
+ifdef ENABLE_CSTIME
+DEFINES += -DENABLE_CSTIME
+endif
+
+ifdef ENABLE_MYST
+DEFINES += -DENABLE_MYST
+endif
+
+ifdef ENABLE_RIVEN
+DEFINES += -DENABLE_RIVEN
+endif
+endif