Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/08/14 09:37:30 (10 years ago)
Author:
ascheibe
Message:

#2207 merged r11078 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj

    r10892 r11129  
    131131  </ItemGroup>
    132132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    133   <PropertyGroup>
    134     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     133   <PropertyGroup>
     134    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    135135set ProjectDir=$(ProjectDir)
    136136set SolutionDir=$(SolutionDir)
    137137set Outdir=$(Outdir)
    138138
    139 call PreBuildEvent.cmd</PreBuildEvent>
     139call PreBuildEvent.cmd
     140</PreBuildEvent>
     141    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     142export ProjectDir=$(ProjectDir)
     143export SolutionDir=$(SolutionDir)
     144
     145$SolutionDir/PreBuildEvent.sh
     146</PreBuildEvent>
    140147  </PropertyGroup>
    141148  <!-- 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.