From 74d6a7bd01133d89ffde196dfcd339679ac8ee14 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 29 Jan 2012 21:17:12 +1100 Subject: MORTEVIELLE: Creation of a tool to extract game strings --- devtools/extract_mort/module.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devtools/extract_mort/module.mk (limited to 'devtools/extract_mort/module.mk') diff --git a/devtools/extract_mort/module.mk b/devtools/extract_mort/module.mk new file mode 100644 index 0000000000..cbdcd251d9 --- /dev/null +++ b/devtools/extract_mort/module.mk @@ -0,0 +1,11 @@ + +MODULE := devtools/extract_mort + +MODULE_OBJS := \ + extract_mort.o \ + +# Set the name of the executable +TOOL_EXECUTABLE := extract_mort + +# Include common rules +include $(srcdir)/rules.mk -- cgit v1.2.3