[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] Use vs2019 projects for VS 16.0
On 23/09/2021 15:53, Owen Smith wrote: Fixes SDV build with EWDK22000, which fails with warning 4061 Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> Acked-by: Paul Durrant <paul@xxxxxxx> --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 02a39ba..346d187 100644 --- a/build.ps1 +++ b/build.ps1 @@ -39,7 +39,7 @@ Function Build {Function SdvBuild {$visualstudioversion = $Env:VisualStudioVersion - $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; "16.0" = "vs2017"; } + $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; "16.0" = "vs2019"; } $configurationbase = @{ "14.0" = "Windows 10"; "15.0" = "Windows 10"; "16.0" = "Windows 10"; } $arch = "x64"
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |