Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/15 14:20:27 (8 years ago)
Author:
ascheibe
Message:

#2475 merged r13008 and r13016 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj

    r12721 r13172  
    176176  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    177177  <PropertyGroup>
    178     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    179 set ProjectDir=$(ProjectDir)
    180 set SolutionDir=$(SolutionDir)
    181 set Outdir=$(Outdir)
     178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     179      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     180      set ProjectDir=$(ProjectDir)
     181      set SolutionDir=$(SolutionDir)
     182      set Outdir=$(Outdir)
    182183
    183 call PreBuildEvent.cmd
    184 </PreBuildEvent>
     184      call PreBuildEvent.cmd
     185    </PreBuildEvent>
     186    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     187      export ProjectDir=$(ProjectDir)
     188      export SolutionDir=$(SolutionDir)
     189
     190      $SolutionDir/PreBuildEvent.sh
     191    </PreBuildEvent>
    185192  </PropertyGroup>
    186193  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.