aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/make.bat')
-rw-r--r--vsprojects/make.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/vsprojects/make.bat b/vsprojects/make.bat
index 04737aeefc..08c97bcd21 100644
--- a/vsprojects/make.bat
+++ b/vsprojects/make.bat
@@ -5,6 +5,7 @@ setlocal
@rem Set VS variables (uses Visual Studio 2013)
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
-nmake /f Grpc.mak %*
+@rem /K: continue on error
+nmake /K /f Grpc.mak %*
exit /b %ERRORLEVEL%
-endlocal \ No newline at end of file
+endlocal