source:
trunk/tools/ExternalEvaluation/MyExtension/ProcessProtos.cmd
@
15339
Last change on this file since 15339 was 15014, checked in by pfleck, 8 years ago | |
---|---|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[15014] | 1 | for %%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.