Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11128 for trunk


Ignore:
Timestamp:
07/08/14 09:33:56 (10 years ago)
Author:
ascheibe
Message:

#2082 updated new extlib project file to work with linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0/HeuristicLab.MatlabConnector-1.0.csproj

    r11124 r11128  
    7070  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7171  <PropertyGroup>
    72     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     72    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    7373set ProjectDir=$(ProjectDir)
    7474set SolutionDir=$(SolutionDir)
    7575set Outdir=$(Outdir)
    7676
    77 call PreBuildEvent.cmd</PreBuildEvent>
     77call PreBuildEvent.cmd
     78</PreBuildEvent>
     79    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     80export ProjectDir=$(ProjectDir)
     81export SolutionDir=$(SolutionDir)
     82
     83$SolutionDir/PreBuildEvent.sh
     84</PreBuildEvent>
    7885  </PropertyGroup>
    7986  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.