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