mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
IDE: remove pbfCompileDependenciesClean from Build shortcut command. Now identical with menu handler.
git-svn-id: trunk@33794 -
This commit is contained in:
parent
8422a55e59
commit
085cd56008
@ -3257,7 +3257,7 @@ begin
|
||||
DoBuildProject(crCompile, []);
|
||||
end;
|
||||
|
||||
ecBuild: DoBuildProject(crBuild, [pbfCleanCompile, pbfCompileDependenciesClean]);
|
||||
ecBuild: DoBuildProject(crBuild, [pbfCleanCompile]);
|
||||
ecCleanUpCompiled: mnuCleanUpCompiledProjectClicked(nil);
|
||||
ecQuickCompile: DoQuickCompile;
|
||||
ecAbortBuild: DoAbortBuild;
|
||||
|
Loading…
Reference in New Issue
Block a user