From 9a8fa1f71f34f4216678775f1f41a36e00a4f8b1 Mon Sep 17 00:00:00 2001 From: alehandru Date: Thu, 7 Sep 2023 16:10:32 -0700 Subject: [PATCH] updated rule channelz --- build_windows_64/grpcpp_channelz.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_windows_64/grpcpp_channelz.vcxproj b/build_windows_64/grpcpp_channelz.vcxproj index 7d45e6f798766..1428b1db8ea9a 100644 --- a/build_windows_64/grpcpp_channelz.vcxproj +++ b/build_windows_64/grpcpp_channelz.vcxproj @@ -252,7 +252,7 @@ cd $(SolutionDir)..\build_windows_64\protos if %errorlevel% neq 0 goto :cmEnd C: if %errorlevel% neq 0 goto :cmEnd -$(SolutionDir)..\build_windows_64\third_party\protobuf\Debug\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/Debug/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src src/proto/grpc/channelz/channelz.proto +$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/Release/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src $(SolutionDir)../src/proto/grpc/channelz/channelz.proto if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone @@ -269,7 +269,7 @@ cd $(SolutionDir)..\build_windows_64\protos if %errorlevel% neq 0 goto :cmEnd C: if %errorlevel% neq 0 goto :cmEnd -$(SolutionDir)..\build_windows_64\third_party\protobuf\Release\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/Release/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src src/proto/grpc/channelz/channelz.proto +$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/Release/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src $(SolutionDir)../src/proto/grpc/channelz/channelz.proto if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone @@ -286,7 +286,7 @@ cd $(SolutionDir)..\build_windows_64\protos if %errorlevel% neq 0 goto :cmEnd C: if %errorlevel% neq 0 goto :cmEnd -$(SolutionDir)..\build_windows_64\third_party\protobuf\MinSizeRel\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/MinSizeRel/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src src/proto/grpc/channelz/channelz.proto +$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/Release/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src $(SolutionDir)../src/proto/grpc/channelz/channelz.proto if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone @@ -303,7 +303,7 @@ cd $(SolutionDir)..\build_windows_64\protos if %errorlevel% neq 0 goto :cmEnd C: if %errorlevel% neq 0 goto :cmEnd -$(SolutionDir)..\build_windows_64\third_party\protobuf\RelWithDebInfo\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/RelWithDebInfo/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src src/proto/grpc/channelz/channelz.proto +$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)/gens --cpp_out=$(SolutionDir)/gens --plugin=protoc-gen-grpc=$(SolutionDir)/Release/grpc_cpp_plugin.exe -I . -I $(SolutionDir)../third_party/protobuf/src $(SolutionDir)../src/proto/grpc/channelz/channelz.proto if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone