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.5.0/HeuristicLab.ALGLIB-3.5.0/HeuristicLab.ALGLIB-3.5.0.csproj

    r7673 r8600  
    157157  -->
    158158  <PropertyGroup>
    159     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     159   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    160160set ProjectDir=$(ProjectDir)
    161161set SolutionDir=$(SolutionDir)
     
    164164call PreBuildEvent.cmd
    165165</PreBuildEvent>
     166<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     167export ProjectDir=$(ProjectDir)
     168export SolutionDir=$(SolutionDir)
     169
     170$SolutionDir/PreBuildEvent.sh
     171</PreBuildEvent>
    166172  </PropertyGroup>
    167173</Project>
Note: See TracChangeset for help on using the changeset viewer.