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:
Kari Argillander 2023-12-13 09:21:51 +02:00 committed by Matej Kenda
parent 4e352c8dbd
commit 80cde9e3e6
2 changed files with 4 additions and 10 deletions

View File

@ -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

View File

@ -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