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 | |
| 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')
| -rw-r--r-- | platform/android/SCsub | 4 | ||||
| -rw-r--r-- | platform/bb10/SCsub | 1 | ||||
| -rw-r--r-- | platform/flash/SCsub | 2 | ||||
| -rw-r--r-- | platform/windows/SCsub | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index 6feeb8b36..834ee58ad 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -62,10 +62,10 @@ pp_baseout.write( manifest ) for x in env.android_source_files: - shutil.copy(x,abspath+"/java/src/com/android/godot") + shutil.copy(x,abspath+"/java/src/com/android/godot") for x in env.android_module_libraries: - shutil.copy(x,abspath+"/java/libs") + shutil.copy(x,abspath+"/java/libs") env_android.SharedLibrary("#bin/libgodot",[android_objects],SHLIBSUFFIX=env["SHLIBSUFFIX"]) diff --git a/platform/bb10/SCsub b/platform/bb10/SCsub index 24f2b5d24..81f6e726e 100644 --- a/platform/bb10/SCsub +++ b/platform/bb10/SCsub @@ -19,4 +19,3 @@ if env['bb10_lgles_override'] == "yes": prog = None prog = env_bps.Program('#bin/godot', bb10_lib) - diff --git a/platform/flash/SCsub b/platform/flash/SCsub index b7aef3b65..4e5f26d52 100644 --- a/platform/flash/SCsub +++ b/platform/flash/SCsub @@ -36,5 +36,3 @@ java -jar $ALCHEMY/usr/lib/asc2.jar -md -strict -optimize -AS3 \ -import ../platform/flash/lib/libGL.abc \ ../platform/flash/Console.as """ - - 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: |
