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