summaryrefslogtreecommitdiff
path: root/core/helper/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/helper/SCsub')
-rw-r--r--core/helper/SCsub7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/helper/SCsub b/core/helper/SCsub
deleted file mode 100644
index 4efc902717..0000000000
--- a/core/helper/SCsub
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python
-
-Import('env')
-
-env.add_source_files(env.core_sources, "*.cpp")
-
-Export('env')