aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/extract_includes.bat
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-25 15:28:44 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-02-25 15:56:58 -0800
commitdf184fba00acc7d4aa7b9d64693c53c815a64eda (patch)
tree43fd810851d46f16d54f5f0aa6a5017115c0b707 /vsprojects/extract_includes.bat
parent581a5266ee592eaed28a24d4aa58c59d4d0135e8 (diff)
downloadprotobuf-df184fba00acc7d4aa7b9d64693c53c815a64eda.tar.gz
protobuf-df184fba00acc7d4aa7b9d64693c53c815a64eda.tar.bz2
protobuf-df184fba00acc7d4aa7b9d64693c53c815a64eda.zip
Make maps fields work on installed C++ protobufs.
Change-Id: Id937e25bbb35968ee76c92bd4a8ce6247408c443
Diffstat (limited to 'vsprojects/extract_includes.bat')
-rwxr-xr-xvsprojects/extract_includes.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/extract_includes.bat b/vsprojects/extract_includes.bat
index 3f902e8e..e9d762c6 100755
--- a/vsprojects/extract_includes.bat
+++ b/vsprojects/extract_includes.bat
@@ -72,6 +72,7 @@ copy ..\src\google\protobuf\stubs\fastmem.h include\google\protobuf\stubs\fastme
copy ..\src\google\protobuf\stubs\once.h include\google\protobuf\stubs\once.h
copy ..\src\google\protobuf\stubs\platform_macros.h include\google\protobuf\stubs\platform_macros.h
copy ..\src\google\protobuf\stubs\singleton.h include\google\protobuf\stubs\singleton.h
+copy ..\src\google\protobuf\stubs\hash.h include\google\protobuf\stubs\hash.h
copy ..\src\google\protobuf\stubs\stl_util.h include\google\protobuf\stubs\stl_util.h
copy ..\src\google\protobuf\stubs\template_util.h include\google\protobuf\stubs\template_util.h
copy ..\src\google\protobuf\stubs\type_traits.h include\google\protobuf\stubs\type_traits.h
@@ -80,3 +81,4 @@ copy ..\src\google\protobuf\unknown_field_set.h include\google\protobuf\unknown_
copy ..\src\google\protobuf\wire_format.h include\google\protobuf\wire_format.h
copy ..\src\google\protobuf\wire_format_lite.h include\google\protobuf\wire_format_lite.h
copy ..\src\google\protobuf\wire_format_lite_inl.h include\google\protobuf\wire_format_lite_inl.h
+copy google\protobuf\stubs\pbconfig.h include\google\protobuf\stubs\pbconfig.h