source:
branches/ALPS/HeuristicLab.Problems.ExternalEvaluation/3.4/Protos/ProcessProtos.cmd
@
12018
Last change on this file since 12018 was 8296, checked in by abeham, 12 years ago | |
---|---|
File size: 182 bytes |
Line | |
---|---|
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.