Is there a way I can have the protoc compiler compile *.proto in a
directory?

ie add a build step in VS like

$(SolutionDir)\..\..\..\lib\libprotobuf\bin\protoc.exe -I $
(SolutionDir)\..\..\common\MVSTypes\proto --cpp_out=$(SolutionDir)\..
\..\common\MVSTypes $(SolutionDir)\..\..\common\MVSTypes\proto
\*.proto  if errorlevel 1 goto VCReportError

-- 
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.

Reply via email to