mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +02:00
+ Librarysearchpath is now a linker object field;
This commit is contained in:
parent
d1decc21dd
commit
1b9418fafb
@ -355,7 +355,7 @@ begin
|
|||||||
Message1(general_i_targetos,target_os.name);
|
Message1(general_i_targetos,target_os.name);
|
||||||
Message1(general_u_exepath,exepath);
|
Message1(general_u_exepath,exepath);
|
||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
Message1(general_u_gcclibpath,librarysearchpath);
|
Message1(general_u_gcclibpath,Linker.librarysearchpath);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
start:=getrealtime;
|
start:=getrealtime;
|
||||||
@ -379,7 +379,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 1998-05-04 17:54:28 peter
|
Revision 1.8 1998-05-08 09:21:57 michael
|
||||||
|
+ Librarysearchpath is now a linker object field;
|
||||||
|
|
||||||
|
Revision 1.7 1998/05/04 17:54:28 peter
|
||||||
+ smartlinking works (only case jumptable left todo)
|
+ smartlinking works (only case jumptable left todo)
|
||||||
* redesign of systems.pas to support assemblers and linkers
|
* redesign of systems.pas to support assemblers and linkers
|
||||||
+ Unitname is now also in the PPU-file, increased version to 14
|
+ Unitname is now also in the PPU-file, increased version to 14
|
||||||
|
Loading…
Reference in New Issue
Block a user