From 4a67d8cc0e00d0c7341ae62c2f73d59811c82c85 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Mon, 14 Apr 2014 10:07:33 -0700 Subject: [PATCH] build: add vc-set-2012 label --- vcbuild.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/vcbuild.bat b/vcbuild.bat index 81d0b5a8..42b0b947 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -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