diff options
| author | Juan Linietsky | 2015-11-18 19:43:28 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-11-18 19:43:28 -0300 |
| commit | 0c3386b2ed7c3791127e2b12a2227deddad96ae5 (patch) | |
| tree | 5bea13fd69f8f192daa83749d72bda4cb7af9c4f /platform | |
| parent | 3337191d5a97204918a44c8b5c19bd6605af474b (diff) | |
| parent | 399b1b047498d154440f5cda4a5ceb08ea3de68e (diff) | |
| download | godot-0c3386b2ed7c3791127e2b12a2227deddad96ae5.tar.gz godot-0c3386b2ed7c3791127e2b12a2227deddad96ae5.tar.zst godot-0c3386b2ed7c3791127e2b12a2227deddad96ae5.zip | |
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: |
