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

    r7966 r8600  
    136136  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    137137  <PropertyGroup>
    138     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     138   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    139139set ProjectDir=$(ProjectDir)
    140140set SolutionDir=$(SolutionDir)
     
    142142
    143143call PreBuildEvent.cmd
     144</PreBuildEvent>
     145<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     146export ProjectDir=$(ProjectDir)
     147export SolutionDir=$(SolutionDir)
     148
     149$SolutionDir/PreBuildEvent.sh
    144150</PreBuildEvent>
    145151  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.