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.ExtLibs/HeuristicLab.ALGLIB/3.4.0/HeuristicLab.ALGLIB-3.4.0/HeuristicLab.ALGLIB-3.4.0.csproj

    r7649 r8600  
    158158  -->
    159159  <PropertyGroup>
    160     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     160   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    161161set ProjectDir=$(ProjectDir)
    162162set SolutionDir=$(SolutionDir)
     
    165165call PreBuildEvent.cmd
    166166</PreBuildEvent>
     167<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     168export ProjectDir=$(ProjectDir)
     169export SolutionDir=$(SolutionDir)
     170
     171$SolutionDir/PreBuildEvent.sh
     172</PreBuildEvent>
    167173  </PropertyGroup>
    168174</Project>
Note: See TracChangeset for help on using the changeset viewer.