aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/module.mk
diff options
context:
space:
mode:
authoruruk2014-04-29 09:50:40 +0200
committeruruk2014-04-29 09:50:40 +0200
commitec71f936280496d349310ea0091dbe26b90ae540 (patch)
treec82e841ab69dcec31fd74ba87f5bc88b7f25ae32 /engines/cge2/module.mk
parent258d7ea535c2891bed4132e649c66fb86967a2a0 (diff)
downloadscummvm-rg350-ec71f936280496d349310ea0091dbe26b90ae540.tar.gz
scummvm-rg350-ec71f936280496d349310ea0091dbe26b90ae540.tar.bz2
scummvm-rg350-ec71f936280496d349310ea0091dbe26b90ae540.zip
CGE2: Add parts of the graphics code.
Diffstat (limited to 'engines/cge2/module.mk')
-rw-r--r--engines/cge2/module.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cge2/module.mk b/engines/cge2/module.mk
index fc710b663a..493488f745 100644
--- a/engines/cge2/module.mk
+++ b/engines/cge2/module.mk
@@ -3,7 +3,9 @@ MODULE := engines/cge2
MODULE_OBJS = \
cge2.o \
detection.o \
- fileio.o
+ fileio.o \
+ vga13h.o \
+ bitmap.o
# This module can be built as a plugin
ifeq ($(ENABLE_CGE2), DYNAMIC_PLUGIN)