mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 08:50:16 +02:00
IDE: build lazarus IDE: fixed always cleaning
git-svn-id: trunk@14423 -
This commit is contained in:
parent
fb384fe93a
commit
2bbb89db49
@ -409,9 +409,7 @@ begin
|
||||
// calculate make mode
|
||||
CurMakeMode:=CurItem.MakeMode;
|
||||
if (blfOnlyIDE in Flags) then begin
|
||||
if (CurItem=Options.ItemIDE) then begin
|
||||
CurMakeMode:=mmCleanBuild;
|
||||
end else
|
||||
if (CurItem<>Options.ItemIDE) then
|
||||
CurMakeMode:=mmNone;
|
||||
end;
|
||||
if (CurItem=Options.ItemIDE)
|
||||
|
Loading…
Reference in New Issue
Block a user