sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
11
lib/mesa/.gitlab-ci/windows/mesa_vs_init.ps1
Normal file
11
lib/mesa/.gitlab-ci/windows/mesa_vs_init.ps1
Normal file
|
@ -0,0 +1,11 @@
|
|||
$vsInstallPath=& "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -version 16.0 -property installationpath
|
||||
Write-Output "vswhere.exe installPath: $vsInstallPath"
|
||||
$vsInstallPath = if ("$vsInstallPath" -eq "" ) { "C:\BuildTools" } else { "$vsInstallPath" }
|
||||
Write-Output "Final installPath: $vsInstallPath"
|
||||
Import-Module (Join-Path $vsInstallPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll")
|
||||
# https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B
|
||||
# VS2015 14.0
|
||||
# VS2017 14.16
|
||||
# VS2019 14.29
|
||||
# VS2022 14.32
|
||||
Enter-VsDevShell -VsInstallPath $vsInstallPath -SkipAutomaticLocation -DevCmdArguments '-vcvars_ver=14.29 -arch=x64 -no_logo -host_arch=amd64'
|
Loading…
Add table
Add a link
Reference in a new issue