mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 21:59:18 +02:00
IDE: compiler options test: compare only ppu dates to compiler
git-svn-id: trunk@30878 -
This commit is contained in:
parent
d7a02cfb06
commit
fc317c7d59
@ -600,7 +600,7 @@ begin
|
|||||||
Node:=CfgCache.Units.Tree.FindLowest;
|
Node:=CfgCache.Units.Tree.FindLowest;
|
||||||
while Node<>nil do begin
|
while Node<>nil do begin
|
||||||
Item:=PStringToStringTreeItem(Node.Data);
|
Item:=PStringToStringTreeItem(Node.Data);
|
||||||
if Item^.Value<>'' then
|
if (Item^.Value<>'') and (CompareFileExt(Item^.Value,'.ppu',false)=0) then
|
||||||
CheckFileAge(Item^.Value);
|
CheckFileAge(Item^.Value);
|
||||||
Node:=CfgCache.Units.Tree.FindSuccessor(Node);
|
Node:=CfgCache.Units.Tree.FindSuccessor(Node);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user