From 0d3b36ad54a2e4d550afdedbf8a21131a9d17e6f Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Mon, 25 May 2015 23:09:46 -0700 Subject: [PATCH 1/2] Adds objectivec_helpers.h to the headers installed by make. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index a394a13ae9..33894dc1c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -147,6 +147,7 @@ nobase_include_HEADERS = \ google/protobuf/compiler/java/java_names.h \ google/protobuf/compiler/javanano/javanano_generator.h \ google/protobuf/compiler/objectivec/objectivec_generator.h \ + google/protobuf/compiler/objectivec/objectivec_helpers.h \ google/protobuf/compiler/python/python_generator.h \ google/protobuf/compiler/ruby/ruby_generator.h \ google/protobuf/compiler/csharp/csharp_generator.h From 7e53cf77891744b40ea6fb6e722e545e1a1c37fd Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Tue, 26 May 2015 10:47:30 -0700 Subject: [PATCH 2/2] Add ObjC helpers header to vsproject/extract_includes.bat --- vsprojects/extract_includes.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/vsprojects/extract_includes.bat b/vsprojects/extract_includes.bat index e912011d2c..989fef4b6e 100755 --- a/vsprojects/extract_includes.bat +++ b/vsprojects/extract_includes.bat @@ -23,6 +23,7 @@ copy ..\src\google\protobuf\compiler\java\java_generator.h include\google\protob copy ..\src\google\protobuf\compiler\java\java_names.h include\google\protobuf\compiler\java\java_names.h copy ..\src\google\protobuf\compiler\javanano\javanano_generator.h include\google\protobuf\compiler\javanano\javanano_generator.h copy ..\src\google\protobuf\compiler\objectivec\objectivec_generator.h include\google\protobuf\compiler\objectivec\objectivec_generator.h +copy ..\src\google\protobuf\compiler\objectivec\objectivec_helpers.h include\google\protobuf\compiler\objectivec\objectivec_helpers.h copy ..\src\google\protobuf\compiler\parser.h include\google\protobuf\compiler\parser.h copy ..\src\google\protobuf\compiler\plugin.h include\google\protobuf\compiler\plugin.h copy ..\src\google\protobuf\compiler\plugin.pb.h include\google\protobuf\compiler\plugin.pb.h