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.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r7395 r8600  
    221221  -->
    222222  <PropertyGroup>
    223     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     223   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    224224set ProjectDir=$(ProjectDir)
    225225set SolutionDir=$(SolutionDir)
     
    228228call PreBuildEvent.cmd
    229229</PreBuildEvent>
     230<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     231export ProjectDir=$(ProjectDir)
     232export SolutionDir=$(SolutionDir)
     233
     234$SolutionDir/PreBuildEvent.sh
     235</PreBuildEvent>
    230236  </PropertyGroup>
    231237</Project>
Note: See TracChangeset for help on using the changeset viewer.