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

Commit

Permalink
Merge pull request #890 from jkoritzinsky/FixGeneratorScript
Browse files Browse the repository at this point in the history
Remove Windows 10 SDK requirement from the SharpGen batch script
  • Loading branch information
xoofx authored May 6, 2017
2 parents be1c541 + ecbc377 commit c45d3fb
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 c45d3fb

Please sign in to comment.