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.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r8578 r8600  
    427427  -->
    428428  <PropertyGroup>
    429     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     429   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    430430set ProjectDir=$(ProjectDir)
    431431set SolutionDir=$(SolutionDir)
     
    434434call PreBuildEvent.cmd
    435435</PreBuildEvent>
     436<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     437export ProjectDir=$(ProjectDir)
     438export SolutionDir=$(SolutionDir)
     439
     440$SolutionDir/PreBuildEvent.sh
     441</PreBuildEvent>
    436442  </PropertyGroup>
    437443</Project>
Note: See TracChangeset for help on using the changeset viewer.