nmake: continue on error

pull/2506/head
Michael Larson 10 years ago
parent d6fafad067
commit 2c960065e2
  1. 5
      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
endlocal

Loading…
Cancel
Save