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

MODULE_OBJS := \
	detection.o \
	direct_draw.o \
	font.o \
	image.o \
	main_game_window.o \
	saveable_object.o \
	screen_manager.o \
	titanic.o \
	video_surface.o

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

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