aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-17 09:28:20 +0000
committerEugene Sandulenko2010-08-17 09:28:20 +0000
commit06960d33e15bc80f9912fa92f11dd82388199bd6 (patch)
treeda4750e75d343227f9e522bbc1c5d983de831e85 /engines/hugo/module.mk
parente075f0539568c5d14a61889a0233558376cdb5ce (diff)
downloadscummvm-rg350-06960d33e15bc80f9912fa92f11dd82388199bd6.tar.gz
scummvm-rg350-06960d33e15bc80f9912fa92f11dd82388199bd6.tar.bz2
scummvm-rg350-06960d33e15bc80f9912fa92f11dd82388199bd6.zip
HUGO: Adding engine to the main tree
svn-id: r52137
Diffstat (limited to 'engines/hugo/module.mk')
-rwxr-xr-xengines/hugo/module.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/hugo/module.mk b/engines/hugo/module.mk
new file mode 100755
index 0000000000..f7aa45a2c2
--- /dev/null
+++ b/engines/hugo/module.mk
@@ -0,0 +1,24 @@
+MODULE := engines/hugo
+
+MODULE_OBJS := \
+ detection.o \
+ display.o \
+ engine.o \
+ file.o \
+ hugo.o \
+ intro.o \
+ inventory.o \
+ mouse.o \
+ parser.o \
+ route.o \
+ schedule.o \
+ sound.o \
+ util.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_HUGO), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk