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.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj

    r6866 r8600  
    210210  -->
    211211  <PropertyGroup>
    212     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     212   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    213213set ProjectDir=$(ProjectDir)
    214214set SolutionDir=$(SolutionDir)
     
    217217call PreBuildEvent.cmd
    218218</PreBuildEvent>
     219<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     220export ProjectDir=$(ProjectDir)
     221export SolutionDir=$(SolutionDir)
     222
     223$SolutionDir/PreBuildEvent.sh
     224</PreBuildEvent>
    219225  </PropertyGroup>
    220226</Project>
Note: See TracChangeset for help on using the changeset viewer.