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

    r8448 r8600  
    334334  -->
    335335  <PropertyGroup>
    336     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     336   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    337337set ProjectDir=$(ProjectDir)
    338338set SolutionDir=$(SolutionDir)
     
    341341call PreBuildEvent.cmd
    342342</PreBuildEvent>
     343<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     344export ProjectDir=$(ProjectDir)
     345export SolutionDir=$(SolutionDir)
     346
     347$SolutionDir/PreBuildEvent.sh
     348</PreBuildEvent>
    343349  </PropertyGroup>
    344350</Project>
Note: See TracChangeset for help on using the changeset viewer.