mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 01:20:17 +02:00
IDE: build lazarus dialog: don't build starter by default, prevents linking problems on windows when startlazarus is already running.
git-svn-id: trunk@14385 -
This commit is contained in:
parent
e6f5b453f0
commit
92375726b6
@ -1390,7 +1390,7 @@ begin
|
||||
FItems.Add(FItemIDE);
|
||||
|
||||
// Starter
|
||||
FItemStarter:=TBuildLazarusItem.Create('Starter',lisStarter,'',mmBuild);
|
||||
FItemStarter:=TBuildLazarusItem.Create('Starter',lisStarter,'',mmNone);
|
||||
FItemStarter.Commands[mmBuild]:='starter';
|
||||
FItemStarter.Commands[mmCleanBuild]:='starter';
|
||||
FItems.Add(FItemStarter);
|
||||
|
Loading…
Reference in New Issue
Block a user