Changeset 8331 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd
- Timestamp:
- 07/26/12 09:51:13 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd
r3859 r8331 1 cd "%ProjectDir%"Protos 2 3 for %%i in (*.proto) do ( 4 "%SolutionDir%"protoc -otmp %%i 5 "%SolutionDir%"ProtoGen tmp 6 del tmp) 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 TracChangeset
for help on using the changeset viewer.