aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/module.mk')
-rw-r--r--engines/kyra/module.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk
index abd535ee29..50bcbdd6e9 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -72,8 +72,19 @@ MODULE_OBJS := \
vqa.o \
wsamovie.o
+KYRARPG_COMMON_OBJ = \
+ gui_eob.o \
+ loleobbase.o \
+ saveload_eob.o \
+ scene_eob.o \
+ sprites_eob.o \
+ staticres_eob.o \
+ text_eob.o \
+ timer_eob.o
+
ifdef ENABLE_LOL
MODULE_OBJS += \
+ $(KYRARPG_COMMON_OBJ) \
gui_lol.o \
items_lol.o \
lol.o \
@@ -89,6 +100,24 @@ MODULE_OBJS += \
timer_lol.o
endif
+ifdef ENABLE_EOB
+ifndef ENABLE_LOL
+MODULE_OBJS += \
+ $(KYRARPG_COMMON_OBJ)
+endif
+MODULE_OBJS += \
+ chargen.o \
+ eobcommon.o \
+ eob1.o \
+ eob2.o \
+ items_eob.o \
+ magic_eob.o \
+ screen_eob.o \
+ script_eob.o \
+ sequences_eob1.o \
+ sequences_eob2.o
+endif
+
# This module can be built as a plugin
ifeq ($(ENABLE_KYRA), DYNAMIC_PLUGIN)
PLUGIN := 1