aboutsummaryrefslogtreecommitdiff
path: root/devtools/extract_mort/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2012-01-29 21:17:12 +1100
committerStrangerke2012-04-06 08:20:47 +0200
commit74d6a7bd01133d89ffde196dfcd339679ac8ee14 (patch)
treed4bc0d63a632692a1c81f481094399e4386455fa /devtools/extract_mort/module.mk
parent82381d6a19038800f85e4a10d6ab232c48555baa (diff)
downloadscummvm-rg350-74d6a7bd01133d89ffde196dfcd339679ac8ee14.tar.gz
scummvm-rg350-74d6a7bd01133d89ffde196dfcd339679ac8ee14.tar.bz2
scummvm-rg350-74d6a7bd01133d89ffde196dfcd339679ac8ee14.zip
MORTEVIELLE: Creation of a tool to extract game strings
Diffstat (limited to 'devtools/extract_mort/module.mk')
-rw-r--r--devtools/extract_mort/module.mk11
1 files changed, 11 insertions, 0 deletions
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