Skip to content
Snippets Groups Projects
Commit ad56bb86 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Yang Wang
Browse files

win32: update environment sdk to 16299

Change-Id: I14582e74503a9ab9209c5c3fe9a78606a7d0e0d9
parent 5c6c4b53
No related branches found
No related tags found
No related merge requests found
...@@ -83,11 +83,11 @@ if not exist "%VSLATESTDIR%\VC\Auxiliary\Build\vcvarsall.bat" ( ...@@ -83,11 +83,11 @@ if not exist "%VSLATESTDIR%\VC\Auxiliary\Build\vcvarsall.bat" (
) )
if %PROCESSOR_ARCHITECTURE%==x86 ( if %PROCESSOR_ARCHITECTURE%==x86 (
set Comp_x86=x86 10.0.15063.0 set Comp_x86=x86 10.0.16299.0
set Comp_x64=x86_amd64 10.0.15063.0 set Comp_x64=x86_amd64 10.0.16299.0
) else ( ) else (
set Comp_x86=amd64_x86 10.0.15063.0 set Comp_x86=amd64_x86 10.0.16299.0
set Comp_x64=amd64 10.0.15063.0 set Comp_x64=amd64 10.0.16299.0
) )
set path=%path:"=% set path=%path:"=%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment