Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8625


Ignore:
Timestamp:
09/10/12 22:14:23 (12 years ago)
Author:
ascheibe
Message:

#1937 fixed missing mono prebuild event

File:
1 edited

Legend:

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

    r8602 r8625  
    116116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    117117  <PropertyGroup>
    118     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     118     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    119119set ProjectDir=$(ProjectDir)
    120120set SolutionDir=$(SolutionDir)
    121121set Outdir=$(Outdir)
    122122
    123 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124</PreBuildEvent>
     125<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     126export ProjectDir=$(ProjectDir)
     127export SolutionDir=$(SolutionDir)
     128
     129$SolutionDir/PreBuildEvent.sh
     130</PreBuildEvent>
    124131  </PropertyGroup>
    125132  <!-- 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.