Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 259 by jacobgla...@yahoo.com: extract_includes.bat doesn't copy
plugin.h to include dir.
http://code.google.com/p/protobuf/issues/detail?id=259
What steps will reproduce the problem?
1.build on windows using vs2008.
2.run extract_includes.bat
What is the expected output? What do you see instead?
plugin.h should reside with the rest of the headers.
K:\Jake\Projects\pbuffs\protobuf-read-only\vsprojects>"c:\Program
Files\Subversion\bin\svn.exe" diff extract_i
ncludes.bat
Index: extract_includes.bat
===================================================================
--- extract_includes.bat (revision 381)
+++ extract_includes.bat (working copy)
@@ -40,3 +40,4 @@
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_generat
or.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
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.