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.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj

    r8298 r8600  
    250250  -->
    251251  <PropertyGroup>
    252     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     252   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    253253set ProjectDir=$(ProjectDir)
    254254set SolutionDir=$(SolutionDir)
     
    257257call PreBuildEvent.cmd
    258258</PreBuildEvent>
     259<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     260export ProjectDir=$(ProjectDir)
     261export SolutionDir=$(SolutionDir)
     262
     263$SolutionDir/PreBuildEvent.sh
     264</PreBuildEvent>
    259265  </PropertyGroup>
    260266</Project>
Note: See TracChangeset for help on using the changeset viewer.