summaryrefslogtreecommitdiffstats
path: root/cmake/build.sh
blob: 75cc53da7acd5d77664ba18ce8d343acb8f4f8ee (plain)
1
2
3
4
5
6
7
8
9
mkdir debug-nmake-x86_32
cd    debug-nmake-x86_32
cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D PKG_OS_ARCH=x86_32 -D CMAKE_INSTALL_PREFIX=../runtime ../..
cd ..

mkdir release-nmake-x86_32
cd    release-nmake-x86_32
cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Release -D PKG_OS_ARCH=x86_32 -D CMAKE_INSTALL_PREFIX=../runtime ../..
cd ..