diff options
author | volzhs <volzhs@gmail.com> | 2017-02-02 11:18:37 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-02-02 11:18:37 +0900 |
commit | 5f54b20e2fca1471267af10558b659e673ff9c52 (patch) | |
tree | f059a31722eb30a8bb983f6df2abfa5ef054e8f0 /tools/editor | |
parent | b3aebcf6dfa72dcb4a151b7b17c52ecd0ec5d6f7 (diff) |
Fix compile error
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/import/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/editor/import/SCsub b/tools/editor/import/SCsub new file mode 100644 index 0000000000..4bf55189cc --- /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") |