aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/module.mk')
-rw-r--r--engines/prince/module.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/prince/module.mk b/engines/prince/module.mk
new file mode 100644
index 0000000000..48edcec9dd
--- /dev/null
+++ b/engines/prince/module.mk
@@ -0,0 +1,26 @@
+MODULE := engines/prince
+
+MODULE_OBJS = \
+ debugger.o \
+ script.o \
+ graphics.o \
+ mhwanh.o \
+ detection.o \
+ font.o \
+ mob.o \
+ object.o \
+ sound.o \
+ flags.o \
+ variatxt.o \
+ prince.o \
+ archive.o \
+ decompress.o \
+ cursor.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_PRINCE), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk