aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/vs2013/make.bat')
-rw-r--r--vsprojects/vs2013/make.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/vsprojects/vs2013/make.bat b/vsprojects/vs2013/make.bat
new file mode 100644
index 0000000000..5d924fef8b
--- /dev/null
+++ b/vsprojects/vs2013/make.bat
@@ -0,0 +1,7 @@
+@rem Convenience wrapper that runs specified gRPC target using Nmake
+@rem Usage: make.bat TARGET_NAME
+
+@rem Set VS variables
+@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
+
+nmake.exe /f Grpc.mak %1 \ No newline at end of file