Skip to content
Snippets Groups Projects
Commit 2c960065 authored by Michael Larson's avatar Michael Larson
Browse files

nmake: continue on error

parent d6fafad0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment