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.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj

    r8202 r8600  
    179179  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    180180  <PropertyGroup>
    181     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     181   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    182182set ProjectDir=$(ProjectDir)
    183183set SolutionDir=$(SolutionDir)
     
    185185
    186186call PreBuildEvent.cmd</PreBuildEvent>
     187<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     188export ProjectDir=$(ProjectDir)
     189export SolutionDir=$(SolutionDir)
     190
     191$SolutionDir/PreBuildEvent.sh
     192</PreBuildEvent>
    187193  </PropertyGroup>
    188194  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.