aboutsummaryrefslogtreecommitdiff
path: root/core/bind/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/bind/SCsub')
-rw-r--r--core/bind/SCsub7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/bind/SCsub b/core/bind/SCsub
new file mode 100644
index 000000000..c6ba1fa53
--- /dev/null
+++ b/core/bind/SCsub
@@ -0,0 +1,7 @@
+Import('env')
+
+env.add_source_files(env.core_sources,"*.cpp")
+
+Export('env')
+
+