diff options
| author | Rémi Verschelde | 2015-11-01 20:53:26 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2015-11-01 20:53:26 +0100 |
| commit | 399b1b047498d154440f5cda4a5ceb08ea3de68e (patch) | |
| tree | 34ff143ddc2d0011f100503a974ee913795bfefa /tools/editor/SCsub | |
| parent | ae3d4ac193a261c8bed28e22304ccfa2c86ccf48 (diff) | |
| download | godot-399b1b047498d154440f5cda4a5ceb08ea3de68e.tar.gz godot-399b1b047498d154440f5cda4a5ceb08ea3de68e.tar.zst godot-399b1b047498d154440f5cda4a5ceb08ea3de68e.zip | |
Cosmetic fixes to SCons buildsystem
- Removed trailing spaces
- Made sure all indentation is done using tabs (fixes #39)
- Potentially fixed an identation issue for openssl check
Diffstat (limited to 'tools/editor/SCsub')
| -rw-r--r-- | tools/editor/SCsub | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/editor/SCsub b/tools/editor/SCsub index 73ec53017..cd46ff835 100644 --- a/tools/editor/SCsub +++ b/tools/editor/SCsub @@ -28,7 +28,7 @@ def make_doc_header(target,source,env): - + if (env["tools"]=="yes"): @@ -43,17 +43,16 @@ if (env["tools"]=="yes"): f.write(reg_exporters_inc) f.write(reg_exporters) f.close() - + env.Depends("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml") env.Command("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml",make_doc_header) #make_doc_header(env.File("#tools/editor/doc_data_raw.h").srcnode().abspath,env.File("#doc/base/classes.xml").srcnode().abspath,env) - + env.add_source_files(env.tool_sources,"*.cpp") - + Export('env') - SConscript('icons/SCsub'); + SConscript('icons/SCsub'); SConscript('plugins/SCsub'); SConscript('fileserver/SCsub'); SConscript('io_plugins/SCsub'); - |
