From b274740553e4fe39bb502128910d0c24ed14d5a6 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 4 Jun 2013 14:31:53 +0000 Subject: [PATCH] IDE: build modes diff: outdir git-svn-id: trunk@41540 - --- ide/buildmodediffdlg.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ide/buildmodediffdlg.pas b/ide/buildmodediffdlg.pas index 8caf159e81..de9a0cd735 100644 --- a/ide/buildmodediffdlg.pas +++ b/ide/buildmodediffdlg.pas @@ -190,10 +190,7 @@ begin AddDiff(BuildModes.SessionMatrixOptions, CurMode.Identifier,BaseMode.Identifier,Diff,OldOutDir,NewOutDir); if OldOutDir<>NewOutDir then begin - if OldOutDir<>'' then - Diff.Add('Matrix OutDir "'+CurMode.GetCaption+'":'+OldOutDir); - if NewOutDir<>'' then - Diff.Add('Matrix OutDir "'+BaseMode.GetCaption+'":'+NewOutDir); + Diff.Add('Matrix override OutDir (-FU): '+NewOutDir); end; for j:=0 to Diff.Count-1 do