~ubuntu-branches/ubuntu/oneiric/protobuf/oneiric

« back to all changes in this revision

Viewing changes to vsprojects/extract_includes.bat

  • Committer: Bazaar Package Importer
  • Author(s): Iustin Pop
  • Date: 2008-08-03 11:01:44 UTC
  • Revision ID: james.westby@ubuntu.com-20080803110144-uyiw41bf1m2oe17t
Tags: upstream-2.0.0~b
ImportĀ upstreamĀ versionĀ 2.0.0~b

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
md include
 
2
md include\google
 
3
md include\google\protobuf
 
4
md include\google\protobuf\stubs
 
5
md include\google\protobuf\io
 
6
md include\google\protobuf\compiler
 
7
md include\google\protobuf\compiler\cpp
 
8
md include\google\protobuf\compiler\java
 
9
md include\google\protobuf\compiler\python
 
10
copy ..\src\google\protobuf\stubs\common.h include\google\protobuf\stubs\common.h
 
11
copy ..\src\google\protobuf\descriptor.h include\google\protobuf\descriptor.h
 
12
copy ..\src\google\protobuf\descriptor.pb.h include\google\protobuf\descriptor.pb.h
 
13
copy ..\src\google\protobuf\descriptor_database.h include\google\protobuf\descriptor_database.h
 
14
copy ..\src\google\protobuf\dynamic_message.h include\google\protobuf\dynamic_message.h
 
15
copy ..\src\google\protobuf\extension_set.h include\google\protobuf\extension_set.h
 
16
copy ..\src\google\protobuf\generated_message_reflection.h include\google\protobuf\generated_message_reflection.h
 
17
copy ..\src\google\protobuf\message.h include\google\protobuf\message.h
 
18
copy ..\src\google\protobuf\reflection_ops.h include\google\protobuf\reflection_ops.h
 
19
copy ..\src\google\protobuf\repeated_field.h include\google\protobuf\repeated_field.h
 
20
copy ..\src\google\protobuf\service.h include\google\protobuf\service.h
 
21
copy ..\src\google\protobuf\text_format.h include\google\protobuf\text_format.h
 
22
copy ..\src\google\protobuf\unknown_field_set.h include\google\protobuf\unknown_field_set.h
 
23
copy ..\src\google\protobuf\wire_format.h include\google\protobuf\wire_format.h
 
24
copy ..\src\google\protobuf\wire_format_inl.h include\google\protobuf\wire_format_inl.h
 
25
copy ..\src\google\protobuf\io\coded_stream.h include\google\protobuf\io\coded_stream.h
 
26
copy ..\src\google\protobuf\io\printer.h include\google\protobuf\io\printer.h
 
27
copy ..\src\google\protobuf\io\tokenizer.h include\google\protobuf\io\tokenizer.h
 
28
copy ..\src\google\protobuf\io\zero_copy_stream.h include\google\protobuf\io\zero_copy_stream.h
 
29
copy ..\src\google\protobuf\io\zero_copy_stream_impl.h include\google\protobuf\io\zero_copy_stream_impl.h
 
30
copy ..\src\google\protobuf\compiler\code_generator.h include\google\protobuf\compiler\code_generator.h
 
31
copy ..\src\google\protobuf\compiler\command_line_interface.h include\google\protobuf\compiler\command_line_interface.h
 
32
copy ..\src\google\protobuf\compiler\importer.h include\google\protobuf\compiler\importer.h
 
33
copy ..\src\google\protobuf\compiler\parser.h include\google\protobuf\compiler\parser.h
 
34
copy ..\src\google\protobuf\compiler\cpp\cpp_generator.h include\google\protobuf\compiler\cpp\cpp_generator.h
 
35
copy ..\src\google\protobuf\compiler\java\java_generator.h include\google\protobuf\compiler\java\java_generator.h
 
36
copy ..\src\google\protobuf\compiler\python\python_generator.h include\google\protobuf\compiler\python\python_generator.h