mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:19:28 +02:00
CodeTools: use for TFPCTargetConfigCache.Equals also "Includes" field
git-svn-id: trunk@54457 -
This commit is contained in:
parent
21f7b47900
commit
5231fa439a
@ -8350,6 +8350,7 @@ begin
|
|||||||
if not CompareStrings(UnitPaths,Item.UnitPaths) then exit;
|
if not CompareStrings(UnitPaths,Item.UnitPaths) then exit;
|
||||||
if not CompareStrings(IncludePaths,Item.IncludePaths) then exit;
|
if not CompareStrings(IncludePaths,Item.IncludePaths) then exit;
|
||||||
if not CompareStringTrees(Units,Item.Units) then exit;
|
if not CompareStringTrees(Units,Item.Units) then exit;
|
||||||
|
if not CompareStringTrees(Includes,Item.Includes) then exit;
|
||||||
Result:=true;
|
Result:=true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user