Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/09/12 10:56:46 (12 years ago)
Author:
ascheibe
Message:

#1861 fixed Pre and PostBuild events to work on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Mono/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r8450 r8456  
    634634call "$(SolutionDir)MergeConfigs.cmd"
    635635if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
     636 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     637export Outdir=$(Outdir)
     638export ProjectDir=$(ProjectDir)
     639export SolutionDir=$(SolutionDir)
     640
     641$SolutionDir/MergeConfigs.sh
     642</PostBuildEvent>
    636643  </PropertyGroup>
    637644</Project>
Note: See TracChangeset for help on using the changeset viewer.