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

MODULE_OBJS = \
	archive.o \
	bladerunner.o \
	chapters.o \
	decompress_lcw.o \
	decompress_lzo.o \
	detection.o \
	gameinfo.o \
	image.o \
	outtake.o \
	settings.o \
	vqa_decoder.o \
	vqa_player.o

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

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