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.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r8582 r8600  
    361361  -->
    362362  <PropertyGroup>
    363     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     363   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    364364set ProjectDir=$(ProjectDir)
    365365set SolutionDir=$(SolutionDir)
     
    368368call PreBuildEvent.cmd
    369369</PreBuildEvent>
     370<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     371export ProjectDir=$(ProjectDir)
     372export SolutionDir=$(SolutionDir)
     373
     374$SolutionDir/PreBuildEvent.sh
     375</PreBuildEvent>
    370376  </PropertyGroup>
    371377</Project>
Note: See TracChangeset for help on using the changeset viewer.