Craig Tiller | 0aeb7aa | 2015-09-01 12:53:30 -0700 | [diff] [blame] | 1 | @rem Convenience wrapper that runs specified gRPC target using msbuild |
2 | @rem Usage: build.bat TARGET_NAME | ||||
3 | |||||
4 | setlocal | ||||
Jan Tattermusch | 2dd156e | 2015-12-04 18:26:17 -0800 | [diff] [blame] | 5 | @rem Set VS variables (uses Visual Studio 2015) |
6 | @call "%VS140COMNTOOLS%\..\..\vc\vcvarsall.bat" x86 | ||||
Craig Tiller | 0aeb7aa | 2015-09-01 12:53:30 -0700 | [diff] [blame] | 7 | |
8 | msbuild %* | ||||
9 | exit /b %ERRORLEVEL% | ||||
10 | endlocal |