From f85120e0bfc2ea8f94eb2b99e7ce262e9f29fd9e Mon Sep 17 00:00:00 2001 From: Signal Linden Date: Wed, 12 Oct 2022 14:00:59 -0700 Subject: Consistently use msbuild not devenv in autobuild.xml --- autobuild.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 954299d1f3..288def254b 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3218,11 +3218,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors SecondLife.sln command - devenv + msbuild.exe options - /build - RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /p:Configuration=RelWithDebInfo + /p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /t:Build + /p:useenv=true + /verbosity:minimal + /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure @@ -3262,6 +3267,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /p:useenv=true /verbosity:minimal /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure @@ -3293,11 +3299,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors SecondLife.sln command - devenv + msbuild.exe options - /build - Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /p:Configuration=Release + /p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /t:Build + /p:useenv=true + /verbosity:minimal + /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure @@ -3335,6 +3346,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /p:useenv=true /verbosity:minimal /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure -- cgit v1.2.3