Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
updated rule channelz
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent e06f57f commit 9a8fa1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_windows_64/grpcpp_channelz.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9a8fa1f

Please sign in to comment.