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