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

    r6866 r8600  
    145145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    146146  <PropertyGroup>
    147     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     147   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    148148set ProjectDir=$(ProjectDir)
    149149set SolutionDir=$(SolutionDir)
     
    151151
    152152call PreBuildEvent.cmd
     153</PreBuildEvent>
     154<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     155export ProjectDir=$(ProjectDir)
     156export SolutionDir=$(SolutionDir)
     157
     158$SolutionDir/PreBuildEvent.sh
    153159</PreBuildEvent>
    154160  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.