From 64d81385f3d4d268760575276d770f07b39258be Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 11 Jul 2015 22:46:08 +0200 Subject: Faking tools target for win32. With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build. --- templates/vsprojects/Grpc.mak.template | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/vsprojects/Grpc.mak.template') diff --git a/templates/vsprojects/Grpc.mak.template b/templates/vsprojects/Grpc.mak.template index b75537dba7..9d85376648 100644 --- a/templates/vsprojects/Grpc.mak.template +++ b/templates/vsprojects/Grpc.mak.template @@ -72,6 +72,12 @@ LIBS=$(OPENSSL_LIBS) $(ZLIB_LIBS) $(GENERAL_LIBS) $(WINSOCK_LIBS) all: buildtests +tools: + +tools_c: + +tools_cxx: + $(OUT_DIR): mkdir $(OUT_DIR) -- cgit v1.2.3