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.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r8448 r8600  
    313313  -->
    314314  <PropertyGroup>
    315     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     315   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    316316set ProjectDir=$(ProjectDir)
    317317set SolutionDir=$(SolutionDir)
     
    320320call PreBuildEvent.cmd
    321321</PreBuildEvent>
     322<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     323export ProjectDir=$(ProjectDir)
     324export SolutionDir=$(SolutionDir)
     325
     326$SolutionDir/PreBuildEvent.sh
     327</PreBuildEvent>
    322328  </PropertyGroup>
    323329</Project>
Note: See TracChangeset for help on using the changeset viewer.