aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/module.mk
blob: d0eae378b79b2e19d2e046010cdfc2699bdf3b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MODULE := engines/cryo

MODULE_OBJS = \
	cryo.o \
	cryolib.o \
	debugger.o \
	detection.o \
	eden.o \
	sound.o \
	staticdata.o \
	video.o

# This module can be built as a plugin
ifeq ($(ENABLE_CRYO), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

# Include common rules
include $(srcdir)/rules.mk