build: add vc-set-2012 label

This commit is contained in:
Timothy J Fontaine 2014-04-14 10:07:33 -07:00
parent ffb49220cf
commit 4a67d8cc0e

View File

@ -51,6 +51,7 @@ call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" %vs_toolset%
set GYP_MSVS_VERSION=2013
goto select-target
:vc-set-2012
@rem Look for Visual Studio 2012
if not defined VS110COMNTOOLS goto vc-set-2010
if not exist "%VS110COMNTOOLS%\..\..\vc\vcvarsall.bat" goto vc-set-2010