mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:36:31 +02:00
Packager LPK: change default lpfCompatibilityMode flag value to false to comply with LPR
git-svn-id: trunk@63389 -
This commit is contained in:
parent
24b1e22d91
commit
2ea75e756e
@ -2863,7 +2863,7 @@ var
|
||||
Include(FFlags,lpfCompatibilityMode);
|
||||
end else
|
||||
begin
|
||||
if XMLConfig.GetValue(ThePath+'CompatibilityMode/Value',true) then
|
||||
if XMLConfig.GetValue(ThePath+'CompatibilityMode/Value',false) then
|
||||
Include(FFlags,lpfCompatibilityMode)
|
||||
else
|
||||
Exclude(FFlags,lpfCompatibilityMode);
|
||||
@ -2968,7 +2968,7 @@ var
|
||||
XMLConfig.SetDeleteValue(ThePath+'AutoIncrementVersionOnBuild/Value',
|
||||
AutoIncrementVersionOnBuild,true);
|
||||
XMLConfig.SetDeleteValue(ThePath+'CompatibilityMode/Value',
|
||||
UseLegacyLists,true);
|
||||
UseLegacyLists,false);
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user