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

    r8156 r8600  
    183183  -->
    184184  <PropertyGroup>
    185     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     185   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    186186set ProjectDir=$(ProjectDir)
    187187set SolutionDir=$(SolutionDir)
     
    190190call PreBuildEvent.cmd
    191191</PreBuildEvent>
     192<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     193export ProjectDir=$(ProjectDir)
     194export SolutionDir=$(SolutionDir)
     195
     196$SolutionDir/PreBuildEvent.sh
     197</PreBuildEvent>
    192198  </PropertyGroup>
    193199</Project>
Note: See TracChangeset for help on using the changeset viewer.