Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/17/12 02:33:05 (12 years ago)
Author:
abeham
Message:

#1897:

  • Removed protocol buffers 0.9.1
  • Added protocol buffers 2.4.1
  • Updated proto processing command
Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
        2121protoc.exe
        2222_ReSharper.HeuristicLab 3.3 Tests
         23Google.ProtocolBuffers-2.4.1.473.dll
  • 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)
     1for %%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.