diff options
author | Craig Tiller <ctiller@google.com> | 2015-06-23 14:27:34 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-06-23 14:27:34 -0700 |
commit | 31489e3abaab3bd0d4238d35e2d68477316eb6d9 (patch) | |
tree | b8ee675a40be369d5be66176de6be3b22ce2eb30 /vsprojects | |
parent | 6b4fc31f08b9a61a90262379072cffea0bc39795 (diff) |
Move some code out of src/ into tools/
It shouldn't count towards coverage
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/Grpc.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/Grpc.mak b/vsprojects/Grpc.mak index 27f0b3aec3..b3be4fcf24 100644 --- a/vsprojects/Grpc.mak +++ b/vsprojects/Grpc.mak @@ -135,8 +135,8 @@ fling_server: fling_server.exe $(OUT_DIR)\fling_server.exe gen_hpack_tables.exe: build_libs $(OUT_DIR) echo Building gen_hpack_tables - $(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ $(REPO_ROOT)\src\core\transport\chttp2\gen_hpack_tables.c - $(LINK) $(LFLAGS) /OUT:"$(OUT_DIR)\gen_hpack_tables.exe" Debug\grpc_test_util.lib Debug\gpr.lib Debug\grpc.lib $(LIBS) $(OUT_DIR)\gen_hpack_tables.obj + $(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ $(REPO_ROOT)\tools\codegen\core\gen_hpack_tables.c + $(LINK) $(LFLAGS) /OUT:"$(OUT_DIR)\gen_hpack_tables.exe" Debug\gpr.lib Debug\grpc.lib $(LIBS) $(OUT_DIR)\gen_hpack_tables.obj gen_hpack_tables: gen_hpack_tables.exe echo Running gen_hpack_tables $(OUT_DIR)\gen_hpack_tables.exe |