Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd @ 10034

Last change on this file since 10034 was 8296, checked in by abeham, 12 years ago

#1897: added quotes in case path contains spaces

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