aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_titanic/module.mk
blob: 05a4130dade4aa1cb6a4ca2160cfcd39980ec76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MODULE := devtools/create_titanic

MODULE_OBJS := \
	create_titanic_dat.o \
	hashmap.o \
	str.o \
	winexe.o \
	winexe_pe.o

# Set the name of the executable
TOOL_EXECUTABLE := create_titanic

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