浏览代码

Add missing plugin.h into extract_includes.bat script.

liujisi@google.com 14 年之前
父节点
当前提交
5a3342823a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vsprojects/extract_includes.bat

+ 1 - 0
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