aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/extract_includes.bat
diff options
context:
space:
mode:
authorpliard@google.com <pliard@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-03-02 13:04:36 +0000
committerpliard@google.com <pliard@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-03-02 13:04:36 +0000
commitf5de486b533e0f0a22d7a4b3606619dda65e294d (patch)
tree1f6b70d56972daa90ddd5c38e81db5a875e8814c /vsprojects/extract_includes.bat
parentcb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac (diff)
downloadprotobuf-f5de486b533e0f0a22d7a4b3606619dda65e294d.tar.gz
protobuf-f5de486b533e0f0a22d7a4b3606619dda65e294d.tar.bz2
protobuf-f5de486b533e0f0a22d7a4b3606619dda65e294d.zip
Add atomicops from V8.
Diffstat (limited to 'vsprojects/extract_includes.bat')
-rwxr-xr-xvsprojects/extract_includes.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/extract_includes.bat b/vsprojects/extract_includes.bat
index 386d2040..4f11dfd0 100755
--- a/vsprojects/extract_includes.bat
+++ b/vsprojects/extract_includes.bat
@@ -7,8 +7,11 @@ md include\google\protobuf\compiler
md include\google\protobuf\compiler\cpp
md include\google\protobuf\compiler\java
md include\google\protobuf\compiler\python
+copy ..\src\google\protobuf\stubs\atomicops.h include\google\protobuf\stubs\atomicops.h
+copy ..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h include\google\protobuf\stubs\atomicops_internals_x86_msvc.h
copy ..\src\google\protobuf\stubs\common.h include\google\protobuf\stubs\common.h
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\descriptor.h include\google\protobuf\descriptor.h
copy ..\src\google\protobuf\descriptor.pb.h include\google\protobuf\descriptor.pb.h
copy ..\src\google\protobuf\descriptor_database.h include\google\protobuf\descriptor_database.h