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 姚伟忠
|
2de5ee90e8
Fix cmake_gcc.sh shell script.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
0652ccf394
Fix FindUrho3D CMake module to perform rooted search on MinGW CC build.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
c26038fe05
Attempt to fix the MinGW failed build due to linker runs out of mem.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
cf654822c4
Add initial support for CodeBlocks IDE. [ci skip]
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
b8368401fd
Use alternative way to suppress CMP0022 warning. Closes 287.
|
11 years ago |
Daniel Wiberg
|
dce4c5a2c5
Added support for cross-compiling Urho3D for Windows on Linux systems.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
d85d24ae82
For Travis CI - attempt to setup 32-bit and Android CI build.
|
12 years ago |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
9f0261c643
Fix Android build using Urho3D as external library.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
8a53a7297a
For Travis CI - explicitly request for bash shell to keep Ubuntu happy.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
59b2b02888
Fix build using Urho3D as external library. Closes 112.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
15c61cb739
Use CMake command to move and rename for portability. Closes #73.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
19e1e42ca3
Add new 'doc' target for generating Urho3D documentation.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
889aabbbfe
Source the helpers script after changing to project root directory.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
2ccf009362
Add linked resource to Bin output folder.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
657696cec5
Suppress Eclipse link resource overlaps warning during project import.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
7e64ba7557
Add Android auto-generated project properties to .gitignore.
|
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 |
Lasse Öörni
|
e5b7b6c916
Re-enable Lua's default loaders. Register own loader last into the table.
|
12 years ago |
Lasse Öörni
|
49319ddb57
Disable Lua's inbuilt loaders. This fixes LuaScript's own loader possibly failing on Linux.
|
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 |
Wei Tjong Yao
|
7594f8105a
Applied Raspberry Pi patch sent by Colin Barrett.
|
12 years ago |
Wei Tjong Yao
|
964e0c957f
Added a step to fix Eclipse project setting file to replace deprecated GNU gmake Error Parser with newer version (6.0 -> 7.0). The deprecated error parser caused Eclipse CDT not clearing errors from previous builds in the Problems view.
|
12 years ago |
Wei Tjong Yao
|
3efb36599a
Refactored Findxxxx and Urho3D-CMake-magic modules to let linker uses absolute path to the found libraries. Updated documentation accordingly.
|
12 years ago |
Wei Tjong Yao
|
0ff4759eba
Fixed condition expression in post-cmake() function.
|
12 years ago |
Wei Tjong Yao
|
463ce2a65d
Enabled option to build Urho3D static and shared library (without main entry point) for Android. Fixed debug compiler flags being defined multiple times for Android build. Added post-build command to strip the generated Urho3D shared library if it is built for embedded devices. Enhanced cmake_gcc.sh to automatically fix the generated Eclipse project setting files for Android build.
|
12 years ago |