aboutsummaryrefslogtreecommitdiff
path: root/devtools/skycpt/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/skycpt/module.mk')
-rw-r--r--devtools/skycpt/module.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/devtools/skycpt/module.mk b/devtools/skycpt/module.mk
new file mode 100644
index 0000000000..84a59cee9f
--- /dev/null
+++ b/devtools/skycpt/module.mk
@@ -0,0 +1,18 @@
+# $URL$
+# $Id$
+
+MODULE := devtools/skycpt
+
+MODULE_OBJS := \
+ AsciiCptCompile.o \
+ KmpSearch.o \
+ TextFile.o \
+ cptcompiler.o \
+ cpthelp.o \
+ idFinder.o
+
+# Set the name of the executable
+TOOL_EXECUTABLE := skycpt
+
+# Include common rules
+include $(srcdir)/rules.mk