mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
Updated to run on Windows.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
92713554a0
commit
510c46d2ad
@ -1,19 +1,16 @@
|
||||
# POCO_STATIC=1 - for static build
|
||||
# POCO_UNBUNDLED - for no built-in version of libs
|
||||
# CMAKE_INSTALL_PREFIX=path - for install path
|
||||
rem usage
|
||||
rem build_cmake ( Debug | Release )
|
||||
|
||||
rem -DPOCO_STATIC=1 - for static build
|
||||
rem -DPOCO_UNBUNDLED - for no built-in version of libs
|
||||
rem -DCMAKE_INSTALL_PREFIX=path - for install path
|
||||
|
||||
mkdir cmake-build
|
||||
cd cmake-build
|
||||
|
||||
cmake ../. -DCMAKE_BUILD_TYPE=Debug -G"NMake Makefiles JOM" %1 %2 %3 %4 %5
|
||||
jom /j3
|
||||
jom install
|
||||
|
||||
del CMakeCache.txt
|
||||
|
||||
cmake ../. -DCMAKE_BUILD_TYPE=Release -G"NMake Makefiles JOM" %1 %2 %3 %4 %5
|
||||
jom /j3
|
||||
jom install
|
||||
|
||||
cmake ../. -DCMAKE_BUILD_TYPE=%1 -G"NMake Makefiles JOM" -DENABLE_TESTS=ON -DENABLE_SAMPLE=ON %2 %3 %4 %5
|
||||
jom /i /j3
|
||||
jom /i install
|
||||
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user