scummvm/engines/cge/module.mk

37 lines
458 B
Makefile

MODULE := engines/cge
MODULE_OBJS := \
bitmap.o \
btfile.o \
cfile.o \
cge.o \
cge_main.o \
config.o \
console.o \
detection.o \
events.o \
game.o \
general.o \
gettext.o \
mixer.o \
snail.o \
sound.o \
talk.o \
text.o \
vga13h.o \
vmenu.o \
vol.o \
walk.o
MODULE_DIRS += \
engines/cge
# This module can be built as a plugin
ifeq ($(ENABLE_CGE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk