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