Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/14 10:15:37 (10 years ago)
Author:
ascheibe
Message:

#2207

  • added linux prebuild event for scripting
  • added linux prebuild event for grammatical evolution and cleaned up project file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj

    r10731 r11078  
    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.