Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Wei Tjong Yao 071da6be29 Added license header lines to build scripts. 2013-08-15 02:56:55 +00:00
Lasse Öörni a899f7293e Capitalize name of CMake script directory. 2013-08-13 20:51:20 +00:00
Wei Tjong Yao 84ca054400 Fixed alignment. 2013-08-13 04:11:31 +00:00
Wei Tjong Yao cf3eefbf32 Fixed source variable value. 2013-08-13 04:05:59 +00:00
Wei Tjong Yao 0940bdae46 Use backward slash for consistency. 2013-08-11 15:02:29 +00:00
Wei Tjong Yao ddc3670238 Attempt to fix MinGW build and some other code cleanup. 2013-08-11 14:30:22 +00:00
Wei Tjong Yao b2924c425c Rectified source code alignment. 2013-08-10 18:05:01 +00:00
Wei Tjong Yao 217c851811 Create out-of-source build directory for Android on Windows platform when mklink option is enabled. 2013-08-10 17:58:33 +00:00
Wei Tjong Yao 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 2013-08-09 10:29:22 +00:00
Wei Tjong Yao cc99a07a53 Added Raspberry Pi port, currently only supported in GCC build either natively or cross compiling (if the CC tool is detected). Moved the gcc out-of-source build directory one more level up as it is better supported by cmake/eclipse generator this way. Enhanced shell scripts so they can be invoked in any directory. A few bug bug fixes on SDL library code. 2013-07-25 15:56:53 +00:00
Lasse Öörni dac3f4e0a8 Fixed Android library stripping on some Windows configurations.
Perform Android build as out-of-source on Windows to match the Unix behavior and allow the same commands to be used.
Finalized the Android build documentation.
Removed the old Android native code build path using ndk-build.
Fixed post processing intermediate rendertargets not matching the rendertarget format.
2013-07-13 18:47:36 +00:00
Lasse Öörni 4c46fe72df Always delete CMakeLists directory also in the Windows CMake batch files to prevent using wrong toolchain.
Added IsTouchEnabled() function to Input.
2013-07-13 12:53:24 +00:00
Wei Tjong Yao 0a712e2e6a Reversed the parameter handling logic in cmake_xxxx.bat and to make it consistent with their shell script counterpart. Updated the documentation accordingly. Reverted back main CMakeLists.txt. 2013-07-10 15:20:44 +00:00
Lasse Öörni 815f205896 Allow supplying arbitrary parameters to cmake_android.bat, similar to cmake_android.sh. 2013-07-09 18:53:42 +00:00
Lasse Öörni 61a8f4a98f Fixed SDL thumb mode inline assembly when compiling in release mode with the Android toolchain. 2013-07-07 23:03:20 +00:00
Lasse Öörni fa0ba1f2d8 Updated Android toolchain to newer.
Reverted some of the hacks for CMake Android build.
Documented the work-in-progress CMake Android build path.
2013-07-07 22:04:18 +00:00
Lasse Öörni 1704bd16a9 Initial support for CMake-based Android build. 2013-07-07 19:41:45 +00:00