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

    r8185 r8600  
    233233  -->
    234234  <PropertyGroup>
    235     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     235   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    236236set ProjectDir=$(ProjectDir)
    237237set SolutionDir=$(SolutionDir)
     
    240240call PreBuildEvent.cmd
    241241</PreBuildEvent>
     242<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     243export ProjectDir=$(ProjectDir)
     244export SolutionDir=$(SolutionDir)
     245
     246$SolutionDir/PreBuildEvent.sh
     247</PreBuildEvent>
    242248  </PropertyGroup>
    243249</Project>
Note: See TracChangeset for help on using the changeset viewer.