Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Remove Windows 10 SDK requirement from the SharpGen batch script (thi…
Browse files Browse the repository at this point in the history
…s requirement is enforced with the Mapping files)
  • Loading branch information
jkoritzinsky committed May 5, 2017
1 parent 1e19f6b commit ecbc377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tools/SharpGen/RunGenerator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xcopy /D /Y "%~dp0MSDNDoc.zip" .

REM Find a VS 2017 installation with the C++ toolset installed.
set InstallDir=
for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.Windows10SDK.14393 -property installationPath`) do (
for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
set InstallDir=%%i
)
set ToolsVersion=
Expand Down

0 comments on commit ecbc377

Please sign in to comment.