mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:49:12 +02:00
+ fix for library support.
This commit is contained in:
parent
8cb9f5ea5b
commit
bd3ea9fdcb
@ -154,7 +154,6 @@ Procedure TLInker.AddLibraryFile(S:String);
|
|||||||
begin
|
begin
|
||||||
if pos('.',s)=0 then
|
if pos('.',s)=0 then
|
||||||
s:=s+target_info.dllext;
|
s:=s+target_info.dllext;
|
||||||
s:=FixFileName(s);
|
|
||||||
LibFiles.Insert (S);
|
LibFiles.Insert (S);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -362,8 +361,11 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 1998-03-25 11:18:13 root
|
Revision 1.2 1998-03-30 09:50:49 michael
|
||||||
Initial revision
|
+ fix for library support.
|
||||||
|
|
||||||
|
Revision 1.1.1.1 1998/03/25 11:18:13 root
|
||||||
|
* Restored version
|
||||||
|
|
||||||
Revision 1.31 1998/03/13 22:45:58 florian
|
Revision 1.31 1998/03/13 22:45:58 florian
|
||||||
* small bug fixes applied
|
* small bug fixes applied
|
||||||
|
Loading…
Reference in New Issue
Block a user