IDE: compiler options test: compare only ppu dates to compiler

git-svn-id: trunk@30878 -
This commit is contained in:
mattias 2011-05-23 22:09:39 +00:00
parent d7a02cfb06
commit fc317c7d59

View File

@ -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;