diff options
Diffstat (limited to 'core/string/SCsub')
-rw-r--r-- | core/string/SCsub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/string/SCsub b/core/string/SCsub new file mode 100644 index 0000000000..3217166f18 --- /dev/null +++ b/core/string/SCsub @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +Import("env") + +env_string = env.Clone() + +env_string.add_source_files(env.core_sources, "*.cpp") |