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

    r6866 r8600  
    165165  -->
    166166  <PropertyGroup>
    167     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     167   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    168168set ProjectDir=$(ProjectDir)
    169169set SolutionDir=$(SolutionDir)
     
    172172call PreBuildEvent.cmd
    173173</PreBuildEvent>
     174<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     175export ProjectDir=$(ProjectDir)
     176export SolutionDir=$(SolutionDir)
     177
     178$SolutionDir/PreBuildEvent.sh
     179</PreBuildEvent>
    174180  </PropertyGroup>
    175181</Project>
Note: See TracChangeset for help on using the changeset viewer.