mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 17:38:19 +02:00
IDE: clean compile: build, instead of compile
git-svn-id: trunk@30994 -
This commit is contained in:
parent
f0c2abeafe
commit
ca255696da
@ -4364,7 +4364,7 @@ begin
|
||||
|
||||
if ShowBuildProjectDialog(Project1)<>mrOk then exit;
|
||||
|
||||
DoBuildProject(crCompile,[]);
|
||||
DoBuildProject(crBuild,[]);
|
||||
end;
|
||||
|
||||
Procedure TMainIDE.mnuAbortBuildProjectClicked(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user