aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2017backend.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-30VS: Add /DEBUG to linker to generate debug informationNiklas Claesson1-0/+5
2017-06-09vs: Sometimes WindowsSDKVersion is unsetNirbheek Chauhan1-1/+3
https://ci.appveyor.com/project/jpakkane/meson/build/2871/job/ti4qpoptd5tk19sn
2017-03-30strip trailing backslash from WindowsSDKVersion (#1538)melak471-1/+1
2017-03-22add vs2017 backendNicolas Schneider1-0/+27
VS2017 requires the 'WindowsTargetPlatformVersion' property to be set. We gather the version to use from the environment variable 'WindowsSDKVersion' that will be set by the VS developer command prompt.