Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8983


Ignore:
Timestamp:
12/03/12 10:07:45 (11 years ago)
Author:
ascheibe
Message:

#1890 fixed prebuild event of Scheduling instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.Scheduling/3.3/HeuristicLab.Problems.Instances.Scheduling-3.3.csproj

    r8911 r8983  
    142142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    143143  <PropertyGroup>
    144     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     144    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    145145set ProjectDir=$(ProjectDir)
    146146set SolutionDir=$(SolutionDir)
    147147set Outdir=$(Outdir)
    148148
    149 call PreBuildEvent.cmd</PreBuildEvent>
     149call PreBuildEvent.cmd
     150</PreBuildEvent>
     151    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 
     152export ProjectDir=$(ProjectDir)
     153export SolutionDir=$(SolutionDir)
     154
     155$SolutionDir/PreBuildEvent.sh
     156</PreBuildEvent>
    150157  </PropertyGroup>
    151158  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.