mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 10:49:14 +02:00
IDE: changed default project flag: always build even if nothing changed to off
git-svn-id: trunk@29004 -
This commit is contained in:
parent
2c21eb9bf3
commit
1b47558762
@ -805,7 +805,6 @@ const
|
|||||||
pfMainUnitHasCreateFormStatements,
|
pfMainUnitHasCreateFormStatements,
|
||||||
pfMainUnitHasTitleStatement,
|
pfMainUnitHasTitleStatement,
|
||||||
pfRunnable,
|
pfRunnable,
|
||||||
pfAlwaysBuild,
|
|
||||||
pfLRSFilesInOutputDirectory];
|
pfLRSFilesInOutputDirectory];
|
||||||
ProjectFlagNames : array[TProjectFlag] of string = (
|
ProjectFlagNames : array[TProjectFlag] of string = (
|
||||||
'SaveClosedFiles',
|
'SaveClosedFiles',
|
||||||
|
Loading…
Reference in New Issue
Block a user