diff --git a/tools/editor/import/SCsub b/tools/editor/import/SCsub new file mode 100644 index 00000000000..4bf55189ccb --- /dev/null +++ b/tools/editor/import/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import('env') +Export('env') +env.add_source_files(env.tool_sources, "*.cpp")