diff options
Diffstat (limited to 'editor/gui/SCsub')
| -rw-r--r-- | editor/gui/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/gui/SCsub b/editor/gui/SCsub new file mode 100644 index 0000000000..359d04e5df --- /dev/null +++ b/editor/gui/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import("env") + +env.add_source_files(env.editor_sources, "*.cpp") |
