Wei Tjong Yao
|
dfd142c7d2
Added Raspberry Pi bootstrap back to fix raspi build. Moved the xmlstarlet logic to cmake_gcc.sh for code reuse. Added ANDROID_ABI into build options documentation.
|
12 years ago |
Wei Tjong Yao
|
071da6be29
Added license header lines to build scripts.
|
12 years ago |
Wei Tjong Yao
|
3fd0638d62
Removed no-warn-unused-cli option as it hid typo error in passing build options.
|
12 years ago |
Lasse Öörni
|
a899f7293e
Capitalize name of CMake script directory.
|
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
|
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
|
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 |
Wei Tjong Yao
|
92d4e9831b
Configured GCC to use out-of-source build. Set RelWithDebInfo as default build type for single-configuration generator (can be overridden via '-DCMAKE_BUILD_TYPE=xxxx' command line argument). Enhanced cmake_gcc.sh and cmake_eclipse.sh to generate Android project when ANDROD_NDK environment variable is set. Hence, deprecated cmake_android.sh. Updated document to reflect out-of-source gcc build and added a new paragraph on using Eclipse ADT plugin for Android building/deployment.
|
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 |
Lasse Öörni
|
7d8558a51f
Applied massive patch from weitjong.
|
13 years ago |
Lasse Öörni
|
c2c313313b
Delete old CMakeCache.txt when generating for Unix or OS X.
|
13 years ago |
Lasse Öörni
|
c64e0cd165
Default to RelWithDebInfo build on GCC. Removed Urho3D executable name debug postfix due to CMake limitations. Copy the executables to Bin directory similarly on both MSVC & GCC.
|
14 years ago |
Lasse Öörni
|
1840d21d6f
Fixed MinGW build.
|
14 years ago |
Lasse Öörni
|
fa80179bdf
Fixed to compile and run on Ubuntu.
|
14 years ago |