source:
branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Protos/ProcessProtos.cmd
@
16099
Last change on this file since 16099 was 13326, checked in by swagner, 9 years ago | |
---|---|
File size: 182 bytes |
Rev | Line | |
---|---|---|
[13326] | 1 | for %%i in ("%ProjectDir%Protos\*.proto") do ( |
2 | echo Processing %%i | |
3 | ProtoGen --proto_path="%ProjectDir%\Protos" "%%i" --include_imports -output_directory="%ProjectDir%Protos" | |
4 | ) |
Note: See TracBrowser
for help on using the repository browser.