- Timestamp:
- 07/17/12 02:33:05 (12 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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:ignore
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd
r3859 r8295 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.