From f5de486b533e0f0a22d7a4b3606619dda65e294d Mon Sep 17 00:00:00 2001 From: "pliard@google.com" Date: Fri, 2 Mar 2012 13:04:36 +0000 Subject: Add atomicops from V8. --- vsprojects/extract_includes.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vsprojects/extract_includes.bat') 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 -- cgit v1.2.3