mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:45:59 +02:00
reverted the link object search change
git-svn-id: trunk@24727 -
This commit is contained in:
parent
36bf03372b
commit
a11c113429
@ -210,8 +210,8 @@ Implementation
|
||||
begin
|
||||
if FileExists(FixFileName(s),false) then
|
||||
begin
|
||||
findobjectfile:=ScriptFixFileName(s);
|
||||
exit;
|
||||
foundfile:=ScriptFixFileName(s);
|
||||
found:=true;
|
||||
end;
|
||||
end;
|
||||
if pos('.',s)=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user