Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/ExternalEvaluation/MyExtension/ProcessProtos.cmd @ 15681

Last change on this file since 15681 was 15014, checked in by pfleck, 7 years ago

Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)

File size: 177 bytes
Line 
1for %%i in ("%ProjectDir%Protos\*.proto") do (
2  echo Processing %%i
3  ProtoGen --proto_path="%SolutionDir%\" "%%i" --include_imports -output_directory="%ProjectDir%Protos"
4)
Note: See TracBrowser for help on using the repository browser.