aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/module.mk
blob: a410fbcf106c9a72371a183bc6ccbec6277847e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
MODULE := engines/xeen

MODULE_OBJS := \
	clouds\clouds_game.o \
	darkside\darkside_game.o \
	worldofxeen\worldofxeen_game.o \
	debugger.o \
	detection.o \
	events.o \
	menus.o \
	resdata.o \
	resources.o \
	screen.o \
	sound.o \
	xeen.o \
	xsurface.o

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

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