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.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj

    r7649 r8600  
    185185  -->
    186186  <PropertyGroup>
    187     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     187   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    188188set ProjectDir=$(ProjectDir)
    189189set SolutionDir=$(SolutionDir)
     
    191191
    192192call PreBuildEvent.cmd</PreBuildEvent>
     193<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     194export ProjectDir=$(ProjectDir)
     195export SolutionDir=$(SolutionDir)
     196
     197$SolutionDir/PreBuildEvent.sh
     198</PreBuildEvent>
    193199  </PropertyGroup>
    194200</Project>
Note: See TracChangeset for help on using the changeset viewer.