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.
pull/2397/head
Nicolas "Pixel" Noble 10 years ago
parent 4547d503d3
commit 64d81385f3
  1. 6
      templates/vsprojects/Grpc.mak.template
  2. 6
      vsprojects/Grpc.mak

@ -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)

@ -51,6 +51,12 @@ LIBS=$(OPENSSL_LIBS) $(ZLIB_LIBS) $(GENERAL_LIBS) $(WINSOCK_LIBS)
all: buildtests
tools:
tools_c:
tools_cxx:
$(OUT_DIR):
mkdir $(OUT_DIR)

Loading…
Cancel
Save