Changeset 8296
- Timestamp:
- 07/17/12 02:53:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd
r8295 r8296 1 1 for %%i in ("%ProjectDir%Protos\*.proto") do ( 2 2 echo Processing %%i 3 ProtoGen --proto_path="%ProjectDir%\Protos" %%i--include_imports -output_directory="%ProjectDir%Protos"3 ProtoGen --proto_path="%ProjectDir%\Protos" "%%i" --include_imports -output_directory="%ProjectDir%Protos" 4 4 )
Note: See TracChangeset
for help on using the changeset viewer.