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 /platform/windows | |
| 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 'platform/windows')
| -rw-r--r-- | platform/windows/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/SCsub b/platform/windows/SCsub index 1ad32e798..e7d7285b4 100644 --- a/platform/windows/SCsub +++ b/platform/windows/SCsub @@ -13,7 +13,7 @@ common_win=[ env.Program('#bin/godot',['godot_win.cpp']+common_win,PROGSUFFIX=env["PROGSUFFIX"]) -# Microsoft Visual Studio Project Generation +# Microsoft Visual Studio Project Generation if (env['vsproj'])=="yes": env.vs_srcs = env.vs_srcs + ["platform/windows/godot_win.cpp"] for x in common_win: |
