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

Commit

Permalink
64 - fix proto custom build step
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 11, 2023
1 parent 37a82bb commit eb8148f
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)protos
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
$(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
$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)gens --cpp_out=$(SolutionDir)gens --plugin=protoc-gen-grpc=$(SolutionDir)$(Configuration)\grpc_cpp_plugin.exe -I $(SolutionDir)protos -I $(SolutionDir)..\third_party\protobuf\src $(SolutionDir)protos\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)protos
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
$(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
$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)gens --cpp_out=$(SolutionDir)gens --plugin=protoc-gen-grpc=$(SolutionDir)$(Configuration)\grpc_cpp_plugin.exe -I $(SolutionDir)protos -I $(SolutionDir)..\third_party\protobuf\src $(SolutionDir)protos\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)protos
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
$(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
$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)gens --cpp_out=$(SolutionDir)gens --plugin=protoc-gen-grpc=$(SolutionDir)$(Configuration)\grpc_cpp_plugin.exe -I $(SolutionDir)protos -I $(SolutionDir)..\third_party\protobuf\src $(SolutionDir)protos\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)protos
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
$(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
$(SolutionDir)third_party\protobuf\$(Configuration)\protoc.exe --grpc_out=generate_mock_code=true:$(SolutionDir)gens --cpp_out=$(SolutionDir)gens --plugin=protoc-gen-grpc=$(SolutionDir)$(Configuration)\grpc_cpp_plugin.exe -I $(SolutionDir)protos -I $(SolutionDir)..\third_party\protobuf\src $(SolutionDir)protos\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 eb8148f

Please sign in to comment.