mirror of https://github.com/grpc/grpc.git
parent
5100ea0043
commit
0aeb7aa550
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,10 @@ |
||||
@rem Convenience wrapper that runs specified gRPC target using msbuild |
||||
@rem Usage: build.bat TARGET_NAME |
||||
|
||||
setlocal |
||||
@rem Set VS variables (uses Visual Studio 2013) |
||||
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86 |
||||
|
||||
msbuild %* |
||||
exit /b %ERRORLEVEL% |
||||
endlocal |
Loading…
Reference in new issue