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