mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-13 18:44:40 +01:00
win: Update msvs_env.bat to prefer VS2022 (fixes #3509)
This commit is contained in:
parent
11d21f100f
commit
8251119be4
@ -30,10 +30,10 @@ if %vcvars% == "none" goto found_vcvars
|
|||||||
if exist %vcvars% goto found_vcvars
|
if exist %vcvars% goto found_vcvars
|
||||||
|
|
||||||
:: Search for the default VS installation path.
|
:: Search for the default VS installation path.
|
||||||
for %%x in ("%PROGRAMFILES(X86)%" "%PROGRAMFILES%") do (
|
for %%x in (2022) do (
|
||||||
for %%y in (2022 2019 2017) do (
|
for %%y in ("%PROGRAMFILES%" "%PROGRAMFILES(X86)%") do (
|
||||||
for %%z in (Professional Enterprise Community BuildTools) do (
|
for %%z in (Professional Enterprise Community BuildTools) do (
|
||||||
set vcvars="%%~x\Microsoft Visual Studio\%%y\%%z\VC\Auxiliary\Build\%vcvarsbat%"
|
set vcvars="%%~y\Microsoft Visual Studio\%%x\%%z\VC\Auxiliary\Build\%vcvarsbat%"
|
||||||
if exist !vcvars! goto found_vcvars
|
if exist !vcvars! goto found_vcvars
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user