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.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj

    r10892 r11129  
    169169  </ItemGroup>
    170170  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    171   <PropertyGroup>
    172     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     171   <PropertyGroup>
     172    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    173173set ProjectDir=$(ProjectDir)
    174174set SolutionDir=$(SolutionDir)
    175175set Outdir=$(Outdir)
    176176
    177 call PreBuildEvent.cmd</PreBuildEvent>
     177call PreBuildEvent.cmd
     178</PreBuildEvent>
     179    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     180export ProjectDir=$(ProjectDir)
     181export SolutionDir=$(SolutionDir)
     182
     183$SolutionDir/PreBuildEvent.sh
     184</PreBuildEvent>
    178185  </PropertyGroup>
    179186  <!-- 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.