From 67c9ec9e7d233d4d818008ca9f337c23cc3d3895 Mon Sep 17 00:00:00 2001 From: Martins Mozeiko Date: Thu, 28 Sep 2017 15:27:50 -0700 Subject: [PATCH] make sure we are in correct folder after calling VsDevCmd.bat file --- build.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/build.cmd b/build.cmd index 74d4cb1..b206389 100644 --- a/build.cmd +++ b/build.cmd @@ -1,6 +1,7 @@ @echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 +cd "%~dp0" set CL=/nologo /errorReport:none /Gm- /GF /GS- /MT /W4 /wd4324 set LINK=/errorReport:none /INCREMENTAL:NO