mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:19:19 +02:00
project groups: fixed compiling project with only one build mode
git-svn-id: trunk@50464 -
This commit is contained in:
parent
78953ccba9
commit
f6efd4fc4a
@ -193,7 +193,7 @@ var
|
||||
OnShowProjectGroupEditorEvent: TEditProjectGroupEvent; // method variant
|
||||
|
||||
IDEProjectGroupManager: TIDEProjectGroupManager;
|
||||
// Project group editor(s). Should probably move to MenuIntf
|
||||
|
||||
ProjectGroupMenuRoot: TIDEMenuSection = nil;
|
||||
PGEditMenuSectionFiles, // e.g. sort files, clean up files
|
||||
PGEditMenuSectionAddRemove, // e.g. add unit, add dependency
|
||||
@ -1394,7 +1394,7 @@ begin
|
||||
|
||||
LazarusIDE.ToolStatus:=itBuilder;
|
||||
try
|
||||
if BuildModeCount>0 then begin
|
||||
if BuildModeCount>1 then begin
|
||||
IDEMessagesWindow.Clear;
|
||||
i:=0;
|
||||
if StartBuildMode<>'' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user