mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-02 12:28:06 +01:00
Use vs160 & vs170 in rebuild all scripts
I'm not actually sure how much these scripts are even used but let's just update these as well to support 160 and 170.
This commit is contained in:
parent
4e352c8dbd
commit
80cde9e3e6
@ -9,11 +9,8 @@ mkdir ProGen\log
|
||||
|
||||
call ProGen\progen.bat Win32 >ProGen\log\progen32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 90 rebuild all both Win32 samples tests devenv > ProGen\log\90.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 100 rebuild all both Win32 samples tests msbuild > ProGen\log\100.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 110 rebuild all both Win32 samples tests msbuild > ProGen\log\110.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 120 rebuild all both Win32 samples tests msbuild > ProGen\log\120.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 140 rebuild all both Win32 samples tests msbuild > ProGen\log\140.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 150 rebuild all both Win32 samples tests msbuild > ProGen\log\150.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 160 rebuild all both Win32 samples tests msbuild > ProGen\log\140.x32.log 2>&1
|
||||
rd /q /s lib bin & call buildwin 170 rebuild all both Win32 samples tests msbuild > ProGen\log\150.x32.log 2>&1
|
||||
popd
|
||||
:exit
|
||||
endlocal
|
||||
|
@ -9,11 +9,8 @@ mkdir ProGen\log
|
||||
|
||||
call ProGen\progen x64 >ProGen\log\progen64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 90 rebuild all both x64 samples tests devenv > ProGen\log\90.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 100 rebuild all both x64 samples tests msbuild > ProGen\log\100.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 110 rebuild all both x64 samples tests msbuild > ProGen\log\110.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 120 rebuild all both x64 samples tests msbuild > ProGen\log\120.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 140 rebuild all both x64 samples tests msbuild > ProGen\log\140.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 150 rebuild all both x64 samples tests msbuild > ProGen\log\150.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 160 rebuild all both x64 samples tests msbuild > ProGen\log\140.x64.log 2>&1
|
||||
rd /q /s lib64 bin64 & call buildwin 170 rebuild all both x64 samples tests msbuild > ProGen\log\150.x64.log 2>&1
|
||||
popd
|
||||
:exit
|
||||
endlocal
|
||||
|
Loading…
x
Reference in New Issue
Block a user