Commit History

Author SHA1 Message Date
  Yao Wei Tjong 姚伟忠 0fb99af9e4 Misc. fixes and enhancement for Android platform. 11 years ago
  Yao Wei Tjong 姚伟忠 e0e3b11757 Refactor build scripts to auto detect ANDROID and RASPI build options. 11 years ago
  Yao Wei Tjong 姚伟忠 46285baf97 Refactor build scripts to group Urho3D specific build option. 11 years ago
  Yao Wei Tjong 姚伟忠 0961641354 Clean up batch files - do not echo null initialization of OPT variable. 11 years ago
  Yao Wei Tjong 姚伟忠 b8368401fd Use alternative way to suppress CMP0022 warning. Closes 287. 11 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  Yao Wei Tjong 姚伟忠 15c61cb739 Use CMake command to move and rename for portability. Closes #73. 12 years ago
  Yao Wei Tjong 姚伟忠 e97eedb771 Close Windows gap. No pun intended. 12 years ago
  Yao Wei Tjong 姚伟忠 c0633b7c35 Fix Android "in-the-source" build on Windows platform. 12 years ago
  Yao Wei Tjong 姚伟忠 723c66054b Fix wrong build path in cmake_android.bat for detecting cache value. 12 years ago
  Yao Wei Tjong 姚伟忠 7e64ba7557 Add Android auto-generated project properties to .gitignore. 12 years ago
  Yao Wei Tjong 8d94a287d5 Make batches consistent with shell script behavior. 12 years ago
  weitjong 242f317ddd Configure Doxyfile according to the value of USE_OPENGL variable. 12 years ago
  Wei Tjong Yao 09ba853aba Keep CMakeCache.txt in between build script invocation to speed things up. Correct typo error. 12 years ago
  Wei Tjong Yao 363a4055ea Differentiate between batch option with CMake build option to prevent CMake warning on unused define. Reorder the position of optional CMake options according CMake usage documentation. Highlight the out-of-source build in change history. 12 years ago
  Lasse Öörni ba19c8b905 Add "if exist" checks to cmake_android & cmake_mingw .bat files to avoid printing errors on first run. 12 years ago
  Wei Tjong Yao 071da6be29 Added license header lines to build scripts. 12 years ago
  Lasse Öörni a899f7293e Capitalize name of CMake script directory. 12 years ago
  Wei Tjong Yao 84ca054400 Fixed alignment. 12 years ago
  Wei Tjong Yao cf3eefbf32 Fixed source variable value. 12 years ago
  Wei Tjong Yao 0940bdae46 Use backward slash for consistency. 12 years ago
  Wei Tjong Yao ddc3670238 Attempt to fix MinGW build and some other code cleanup. 12 years ago
  Wei Tjong Yao b2924c425c Rectified source code alignment. 12 years ago
  Wei Tjong Yao 217c851811 Create out-of-source build directory for Android on Windows platform when mklink option is enabled. 12 years ago
  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'. 12 years ago
  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. 12 years ago
  Lasse Öörni dac3f4e0a8 Fixed Android library stripping on some Windows configurations. 12 years ago
  Lasse Öörni 4c46fe72df Always delete CMakeLists directory also in the Windows CMake batch files to prevent using wrong toolchain. 12 years ago
  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. 12 years ago
  Lasse Öörni 815f205896 Allow supplying arbitrary parameters to cmake_android.bat, similar to cmake_android.sh. 12 years ago