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

Wrong VS SDK version check in build_sdk.cmd #125

Closed
cw2 opened this issue May 22, 2015 · 0 comments
Closed

Wrong VS SDK version check in build_sdk.cmd #125

cw2 opened this issue May 22, 2015 · 0 comments
Labels

Comments

@cw2
Copy link
Contributor

cw2 commented May 22, 2015

The build system upgrade to VS14 (commit ae0f29a) missed VS SDK version check in build_sdk.cmd:

if /i "%VSSDK120Install%"=="" goto :MissingVSSDK
if NOT EXIST "%VSSDK120Install%" goto :MissingVSSDK

should be

if /i "%VSSDK140Install%"=="" goto :MissingVSSDK
if NOT EXIST "%VSSDK140Install%" goto :MissingVSSDK
cw2 added a commit to cw2/netmf-interpreter that referenced this issue May 22, 2015
smaillet-ms added a commit that referenced this issue May 22, 2015
Fixed VS14 SDK check in build_sdk.cmd (#125)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants