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.Instances.CordeauGQAP/3.3/HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj

    r7659 r8600  
    141141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    142142  <PropertyGroup>
    143     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     143   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    144144set ProjectDir=$(ProjectDir)
    145145set SolutionDir=$(SolutionDir)
     
    147147
    148148call PreBuildEvent.cmd</PreBuildEvent>
     149<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     150export ProjectDir=$(ProjectDir)
     151export SolutionDir=$(SolutionDir)
     152
     153$SolutionDir/PreBuildEvent.sh
     154</PreBuildEvent>
    149155  </PropertyGroup>
    150156  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.