From 80cde9e3e6a7f415658003b134be7d3355367f4a Mon Sep 17 00:00:00 2001 From: Kari Argillander Date: Wed, 13 Dec 2023 09:21:51 +0200 Subject: [PATCH] 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. --- ProGen/rebuildall32.bat | 7 ++----- ProGen/rebuildall64.bat | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/ProGen/rebuildall32.bat b/ProGen/rebuildall32.bat index 1b95d28a3..ef6cd6111 100644 --- a/ProGen/rebuildall32.bat +++ b/ProGen/rebuildall32.bat @@ -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 diff --git a/ProGen/rebuildall64.bat b/ProGen/rebuildall64.bat index 97296a3ab..e06106cf6 100644 --- a/ProGen/rebuildall64.bat +++ b/ProGen/rebuildall64.bat @@ -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