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

MODULE_OBJS := \
	create_titanic_dat.o \
	hashmap.o \
	script_tags.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