aboutsummaryrefslogtreecommitdiff
path: root/scripts/getWindowsSDK.ps1
AgeCommit message (Collapse)Author
2018-05-19Merge getWindowsSDK into bootstrap.ps1Alexander Karatarakis
2018-02-28[getWindowsSDK.ps1] Fix error when registry key was not foundAlexander Karatarakis
2017-10-16Fix getWindowsSDK.ps1 error when $path is $nullAlexander Karatarakis
2017-10-06Remove unused variableAlexander Karatarakis
2017-10-05Fix Win10SDK detection during BootstrapDaniel Strommen
When multiple Win10 SDK's are installed, like Insider previews, depending on the SDK installation, it may not contain the um headers. There is already a loop for trying to find the newest Win10 SDK that has full headers, but it's returning at the first failure, rather than continuing the loop to the next iteration. Also, use Join-Path instead of manual path appending, to normalize the extra \ at the end of the sdk root value. In some cases paths with double backslashes can be interpreted as a fallback syntax for UNC paths. Join-Path normalizes the path appropriately.
2017-07-28[vcpkg-getWindowsSDK] Also look in the paths, just in case.Robert Schumacher
2017-07-25scipts/getWindowsSDK: use registry for SDK detectionMikhail Paulyshka
2017-04-13[vcpkg] Fix getWindowsSDK to correctly handle the new optional c++ desktop ↵Robert Schumacher
deployment of the Windows SDK.
2017-02-24Tweak -Verbose messagesAlexander Karatarakis
2017-02-24Rewrite WindowsSDK detectionAlexander Karatarakis
2017-02-24Inline variablesAlexander Karatarakis
2017-02-21Rename findTargetPlatformVersion to getWindowsSDKAlexander Karatarakis