Add missing plugin.h into extract_includes.bat script.

pull/3335/head
liujisi@google.com 14 years ago
parent 23f42ceaf8
commit 5a3342823a
  1. 1
      vsprojects/extract_includes.bat

@ -40,3 +40,4 @@ copy ..\src\google\protobuf\compiler\parser.h include\google\protobuf\compiler\p
copy ..\src\google\protobuf\compiler\cpp\cpp_generator.h include\google\protobuf\compiler\cpp\cpp_generator.h
copy ..\src\google\protobuf\compiler\java\java_generator.h include\google\protobuf\compiler\java\java_generator.h
copy ..\src\google\protobuf\compiler\python\python_generator.h include\google\protobuf\compiler\python\python_generator.h
copy ..\src\google\protobuf\compiler\plugin.h include\google\protobuf\compiler\plugin.h

Loading…
Cancel
Save