mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 15:16:10 +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;
|
if ShowBuildProjectDialog(Project1)<>mrOk then exit;
|
||||||
|
|
||||||
DoBuildProject(crCompile,[]);
|
DoBuildProject(crBuild,[]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TMainIDE.mnuAbortBuildProjectClicked(Sender: TObject);
|
Procedure TMainIDE.mnuAbortBuildProjectClicked(Sender: TObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user