Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 16:26:07 (12 years ago)
Author:
ascheibe
Message:

#1937 added pre- and postbuild events for mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.csproj

    r8295 r8600  
    147147  -->
    148148  <PropertyGroup>
    149     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     149   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    150150set ProjectDir=$(ProjectDir)
    151151set SolutionDir=$(SolutionDir)
     
    154154call PreBuildEvent.cmd
    155155</PreBuildEvent>
     156<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     157export ProjectDir=$(ProjectDir)
     158export SolutionDir=$(SolutionDir)
     159
     160$SolutionDir/PreBuildEvent.sh
     161</PreBuildEvent>
    156162  </PropertyGroup>
    157163</Project>
Note: See TracChangeset for help on using the changeset viewer.