From 6611dde2615be4853bc3cc3b8405ba67aa9dc2dd Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 22 Feb 2016 08:48:02 -0800 Subject: [PATCH] enable 64bit windows compilation of protoc plugins --- build.yaml | 2 ++ templates/vsprojects/protoc.props.template | 3 +++ 2 files changed, 5 insertions(+) diff --git a/build.yaml b/build.yaml index b639b5d21e6..761e7d537d8 100644 --- a/build.yaml +++ b/build.yaml @@ -776,6 +776,8 @@ libs: - gpr_codegen secure: false vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}' + vs_props: + - protoc - name: interop_client_helper build: private language: c++ diff --git a/templates/vsprojects/protoc.props.template b/templates/vsprojects/protoc.props.template index a869005daec..ced6028a4be 100644 --- a/templates/vsprojects/protoc.props.template +++ b/templates/vsprojects/protoc.props.template @@ -4,6 +4,9 @@ + + 4244;4267;%(DisableSpecificWarnings) + libprotoc.lib;%(AdditionalDependencies) $(SolutionDir)\..\third_party\protobuf\cmake\$(Configuration);%(AdditionalLibraryDirectories)