diff options
author | J08nY <johny@neuromancer.sk> | 2016-10-01 22:04:10 +0200 |
---|---|---|
committer | J08nY <johny@neuromancer.sk> | 2016-10-01 22:07:07 +0200 |
commit | b1fba2e013e0dc53dec7406e5db4fbc65ad17a94 (patch) | |
tree | fff8f2fa4bf204d7dd06b7e453cfe2253a5ccd51 /tools/pck/SCsub | |
parent | 3ecd8560fd90a615d80a447b04e713bb2c600fe4 (diff) |
PCKPacker: moved from tools into core, fixes #4129
Diffstat (limited to 'tools/pck/SCsub')
-rw-r--r-- | tools/pck/SCsub | 4 |
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") |