aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJames Brown2004-04-09 12:36:06 +0000
committerJames Brown2004-04-09 12:36:06 +0000
commit3978b728dbaad08a112f2f3b980221dea57523bb (patch)
treeeb9a891d67ea204782829758ab54620a23d44928 /Makefile.common
parent86a546652633b6768656ffe747b56f37931b3cc7 (diff)
downloadscummvm-rg350-3978b728dbaad08a112f2f3b980221dea57523bb.tar.gz
scummvm-rg350-3978b728dbaad08a112f2f3b980221dea57523bb.tar.bz2
scummvm-rg350-3978b728dbaad08a112f2f3b980221dea57523bb.zip
Add Kyrandia base
svn-id: r13516
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 7ad95aa335..bcd2541825 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -85,6 +85,12 @@ else
MODULES += saga
endif
+ifdef DISABLE_KYRA
+DEFINES += -DDISABLE_KYRA
+else
+MODULES += kyra
+endif
+
# After the game specific modules follow the shared modules
MODULES += \
gui \