Chris Friesen
|
0c4c6b0f10
Add shebangs to shell scripts
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
2b05124ff6
Fix the wrong bash if syntax for checking the existence of perl tool.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
85b1095fdf
Also allow skipping of dSYM generation for external project.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
f8b1b2cc24
Speed up Debug configuration iOS build by skipping dSYM generation.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
b8368401fd
Use alternative way to suppress CMP0022 warning. Closes 287.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
3011153655
Fix Mac OS X build script - only sed when there is install target.
|
12 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 姚伟忠
|
017891d1e7
Temporary fix to work around Xcode generator bug for target installation.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
a93d3fbf7e
Add condition to turn off the temporary fix on CMake 2.8.12.
|
12 years ago |
Lasse Öörni
|
0c86370485
Fix script warning in cmake_macosx.sh.
|
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 |
Wei Tjong Yao
|
24eacf9e3f
Attempt to support IOS arm64 build.
|
12 years ago |
Wei Tjong Yao
|
d37cb04fd9
Added post-build custom command when setting up main executable to facilitate debugging and running the main executable within Xcode itself.
|
12 years ago |
Wei Tjong Yao
|
071da6be29
Added license header lines to build scripts.
|
12 years ago |
Wei Tjong Yao
|
a01faa3ef2
Fixed static and shared library build using Xcode.
|
12 years ago |
Wei Tjong Yao
|
2b024be205
Fixed build script for Mac OS X.
|
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
|
8bfb657d15
Added bash SHEBANG for the CMake custom scripts because the default sh shell in Mac OS X platform is broken. Fixed the static and shared library build for Mac OS X platform using Makefile generator.
|
12 years ago |
Wei Tjong Yao
|
256eb5ac78
Refactored CMake build script to separate reusable commands and macros into module for easy inclusion in external project. Added option to build Urho3D static/shared library (currently only works in Linux GCC). Added new FindUrho3D.cmake module for setting up Urho3D as external library in other user-defined project.
|
12 years ago |
Wei Tjong Yao
|
b11cd0c11f
Enhanced cmake shell scripts to accept extra options from command line. Added documentation on how to enable 64bit for GCC build.
|
12 years ago |
Wei Tjong Yao
|
c6bbe91faa
Set the execute-bit on for *.sh.
|
12 years ago |
Lasse Öörni
|
7d8558a51f
Applied massive patch from weitjong.
|
13 years ago |