Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/15 12:32:35 (9 years ago)
Author:
abeham
Message:

#2539: fixed MergeConfigs.cmd and .sh files, removed obsolete files

Location:
trunk/sources/HeuristicLab/3.3
Files:
4 deleted
1 edited

Legend:

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

    r11623 r13428  
    224224if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
    225225    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    226 export Outdir=$(Outdir)
     226export OutDir=$(OutDir)
    227227export ProjectDir=$(ProjectDir)
    228228export SolutionDir=$(SolutionDir)
     229export TargetDir=$(TargetDir)
    229230
    230231$SolutionDir/MergeConfigs.sh
    231232</PostBuildEvent>
    232233  </PropertyGroup>
     234  <PropertyGroup>
     235    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     236set ProjectDir=$(ProjectDir)
     237set SolutionDir=$(SolutionDir)
     238set OutDir=$(OutDir)
     239set TargetDir=$(TargetDir)
     240set Platform=$(PlatformName)
     241set Configuration=$(ConfigurationName)
     242
     243call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent>
     244  </PropertyGroup>
    233245</Project>
Note: See TracChangeset for help on using the changeset viewer.