From 2964d13377092fe70b14a8fd40e43582514b7095 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Mon, 19 Jun 2017 11:44:02 -0400 Subject: [PATCH] trying new method for getting vcvarsall.bat from more VS versions --- buildsuper.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsuper.bat b/buildsuper.bat index 8fe10a30..5f99c6f8 100644 --- a/buildsuper.bat +++ b/buildsuper.bat @@ -1,7 +1,7 @@ @echo off -REM TODO(allen): Figure out a way to find vcvarsall for any MSVC version. IF NOT DEFINED LIB (call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64) +IF NOT DEFINED LIB (call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64) SET SRC=%1 if "%SRC%" == "" SET SRC=4coder_default_bindings.cpp