Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 16:26:07 (12 years ago)
Author:
ascheibe
Message:

#1937 added pre- and postbuild events for mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r8581 r8600  
    280280  -->
    281281  <PropertyGroup>
    282     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     282   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    283283set ProjectDir=$(ProjectDir)
    284284set SolutionDir=$(SolutionDir)
     
    287287call PreBuildEvent.cmd
    288288</PreBuildEvent>
     289<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     290export ProjectDir=$(ProjectDir)
     291export SolutionDir=$(SolutionDir)
     292
     293$SolutionDir/PreBuildEvent.sh
     294</PreBuildEvent>
    289295  </PropertyGroup>
    290296</Project>
Note: See TracChangeset for help on using the changeset viewer.