From eb8148f1a5f6b9c9adbe9ef2f4d8c80c389f2bcf Mon Sep 17 00:00:00 2001 From: alehandru Date: Mon, 11 Sep 2023 12:20:47 -0700 Subject: [PATCH] 64 - fix proto custom build step --- 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 92aea61fa5ba4..09d132295afab 100644 --- a/build_windows_64/grpcpp_channelz.vcxproj +++ b/build_windows_64/grpcpp_channelz.vcxproj @@ -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 @@ -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 @@ -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 @@ -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