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

MODULE_OBJS := \
	create_kyradat.o \
	extract.o \
	games.o \
	md5.o \
	pak.o \
	search.o \
	tables.o \
	util.o

# Set the name of the executable
TOOL_EXECUTABLE := create_kyradat

# Link against common code (for scumm_stricmp)
TOOL_DEPS := common/libcommon.a

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