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

    r8334 r8600  
    230230  -->
    231231  <PropertyGroup>
    232     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     232   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    233233set ProjectDir=$(ProjectDir)
    234234set SolutionDir=$(SolutionDir)
     
    237237call PreBuildEvent.cmd
    238238</PreBuildEvent>
     239<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     240export ProjectDir=$(ProjectDir)
     241export SolutionDir=$(SolutionDir)
     242
     243$SolutionDir/PreBuildEvent.sh
     244</PreBuildEvent>
    239245  </PropertyGroup>
    240246</Project>
Note: See TracChangeset for help on using the changeset viewer.