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

Commit

Permalink
Fixed VS14 SDK check in build_sdk.cmd (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw2 committed May 22, 2015
1 parent cd5f083 commit 22982a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_sdk.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if "%1" == "-?" goto :ShowUsage
if /i "%1" == "/h" goto :ShowUsage
if /i "%1" == "-h" goto :ShowUsage

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

SET BUILD_VERSION=%1
if "%BUILD_VERSION%"=="" set BUILD_VERSION=0
Expand Down Expand Up @@ -60,5 +60,5 @@ GOTO :EOF
goto :EOF

:MissingVSSDK
@ECHO ERROR: Visual Studio 2013 SDK (VSSDK) was not detected, this SDK is required to build the .NET Micro Framework SDK source code
@ECHO ERROR: Visual Studio 2015 SDK (VSSDK) was not detected, this SDK is required to build the .NET Micro Framework SDK source code
goto :EOF

0 comments on commit 22982a8

Please # to comment.