diff options
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") |