aboutsummaryrefslogtreecommitdiff
path: root/core/io/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/SCsub')
-rw-r--r--core/io/SCsub9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/io/SCsub b/core/io/SCsub
new file mode 100644
index 000000000..5aecb4b91
--- /dev/null
+++ b/core/io/SCsub
@@ -0,0 +1,9 @@
+Import('env')
+
+env.add_source_files(env.core_sources,"*.cpp")
+env.add_source_files(env.core_sources,"*.c")
+#env.core_sources.append("io/fastlz.c")
+
+Export('env')
+
+