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.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj

    r7649 r8600  
    161161  -->
    162162  <PropertyGroup>
    163     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     163   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    164164set ProjectDir=$(ProjectDir)
    165165set SolutionDir=$(SolutionDir)
     
    167167
    168168call PreBuildEvent.cmd</PreBuildEvent>
     169<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     170export ProjectDir=$(ProjectDir)
     171export SolutionDir=$(SolutionDir)
     172
     173$SolutionDir/PreBuildEvent.sh
     174</PreBuildEvent>
    169175  </PropertyGroup>
    170176</Project>
Note: See TracChangeset for help on using the changeset viewer.