aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2018-10-20 21:04:41 -0700
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitef15871fec18060420eddc92a9830f595b8cc970 (patch)
treee302a20b25f9f27056ee470ee9da87516d259f64 /engines/gargoyle/module.mk
parentcf5259d3bc279fd73b4ae8bad2d7b04b8ff7265e (diff)
downloadscummvm-rg350-ef15871fec18060420eddc92a9830f595b8cc970.tar.gz
scummvm-rg350-ef15871fec18060420eddc92a9830f595b8cc970.tar.bz2
scummvm-rg350-ef15871fec18060420eddc92a9830f595b8cc970.zip
GLK: Setting up of configuration loading
Diffstat (limited to 'engines/gargoyle/module.mk')
-rw-r--r--engines/gargoyle/module.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gargoyle/module.mk b/engines/gargoyle/module.mk
index 05b7f5ff3a..925c66d359 100644
--- a/engines/gargoyle/module.mk
+++ b/engines/gargoyle/module.mk
@@ -1,12 +1,15 @@
MODULE := engines/gargoyle
MODULE_OBJS := \
+ conf.o \
detection.o \
events.o \
+ fonts.o \
gargoyle.o \
glk.o \
picture.o \
streams.o \
+ string.o \
windows.o \
scott/detection.o \
scott/scott.o