build: vcbuild.bat fix for Visual Studio 2012
authorMiroslav Bajtoš <miro.bajtos@gmail.com>
Fri, 3 May 2013 06:51:51 +0000 (08:51 +0200)
committerBert Belder <bertbelder@gmail.com>
Fri, 3 May 2013 09:32:32 +0000 (11:32 +0200)
Change vcbuild.bat to ignore VCINSTALLDIR environment variable,
always check for specific VS version and set GYP_MSVS_VERSION
accordingly. Otherwise GYP generates project files in format
that cannot be compiled by VS2012.

vcbuild.bat

index babefbc..dc59606 100644 (file)
@@ -99,9 +99,6 @@ ENDLOCAL
 @rem Skip project generation if requested.
 if defined nobuild goto sign
 
-@rem Bail out early if not running in VS build env.
-if defined VCINSTALLDIR goto msbuild-found
-
 @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