aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/make.bat')
-rw-r--r--vsprojects/make.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/vsprojects/make.bat b/vsprojects/make.bat
new file mode 100644
index 0000000000..04737aeefc
--- /dev/null
+++ b/vsprojects/make.bat
@@ -0,0 +1,10 @@
+@rem Convenience wrapper that runs specified gRPC target using Nmake
+@rem Usage: make.bat TARGET_NAME
+
+setlocal
+@rem Set VS variables (uses Visual Studio 2013)
+@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
+
+nmake /f Grpc.mak %*
+exit /b %ERRORLEVEL%
+endlocal \ No newline at end of file