summaryrefslogtreecommitdiff
path: root/tools/pck/SCsub
diff options
context:
space:
mode:
authorJ08nY <johny@neuromancer.sk>2016-10-01 22:04:10 +0200
committerJ08nY <johny@neuromancer.sk>2016-10-01 22:07:07 +0200
commitb1fba2e013e0dc53dec7406e5db4fbc65ad17a94 (patch)
treefff8f2fa4bf204d7dd06b7e453cfe2253a5ccd51 /tools/pck/SCsub
parent3ecd8560fd90a615d80a447b04e713bb2c600fe4 (diff)
PCKPacker: moved from tools into core, fixes #4129
Diffstat (limited to 'tools/pck/SCsub')
-rw-r--r--tools/pck/SCsub4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/pck/SCsub b/tools/pck/SCsub
deleted file mode 100644
index cf98ae145d..0000000000
--- a/tools/pck/SCsub
+++ /dev/null
@@ -1,4 +0,0 @@
-Import('env')
-
-if env["tools"] == "yes":
- env.add_source_files(env.tool_sources, "*.cpp")