summaryrefslogtreecommitdiffstats
path: root/tools/pck/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pck/SCsub')
-rw-r--r--tools/pck/SCsub5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pck/SCsub b/tools/pck/SCsub
new file mode 100644
index 0000000000..b1fed9a472
--- /dev/null
+++ b/tools/pck/SCsub
@@ -0,0 +1,5 @@
+Import('env')
+
+if env["tools"] == "yes":
+ env.add_source_files(env.tool_sources, "*.cpp")
+