mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:19:29 +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;
|
||||
while Node<>nil do begin
|
||||
Item:=PStringToStringTreeItem(Node.Data);
|
||||
if Item^.Value<>'' then
|
||||
if (Item^.Value<>'') and (CompareFileExt(Item^.Value,'.ppu',false)=0) then
|
||||
CheckFileAge(Item^.Value);
|
||||
Node:=CfgCache.Units.Tree.FindSuccessor(Node);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user