diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:21:25 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:21:25 +0100 |
| commit | 49c065d29ca07040c3fd810026121164ad86b247 (patch) | |
| tree | 285176e0c80a41c22c3e8f171024472cfdc7d765 /editor/doc/SCsub | |
| parent | 532f6d4b431f940432e82b7fc7826652b7a4520d (diff) | |
| download | redot-engine-49c065d29ca07040c3fd810026121164ad86b247.tar.gz | |
Refactoring: rename tools/editor/ to editor/
The other subfolders of tools/ had already been moved to either
editor/, misc/ or thirdparty/, so the hiding the editor code that
deep was no longer meaningful.
Diffstat (limited to 'editor/doc/SCsub')
| -rw-r--r-- | editor/doc/SCsub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/doc/SCsub b/editor/doc/SCsub new file mode 100644 index 0000000000..04c9a827ef --- /dev/null +++ b/editor/doc/SCsub @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +Import('env') + +env.add_source_files(env.editor_sources, "*.cpp") + +Export('env') |
