mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:09:09 +02:00
* prtobj, linklibc and reorder converted from local to member variables of the class
git-svn-id: trunk@41697 -
This commit is contained in:
parent
a15ec46751
commit
dc32554556
@ -60,6 +60,9 @@ implementation
|
|||||||
private
|
private
|
||||||
LdSupportsNoResponseFile : boolean;
|
LdSupportsNoResponseFile : boolean;
|
||||||
LibrarySuffix : Char;
|
LibrarySuffix : Char;
|
||||||
|
prtobj : string[80];
|
||||||
|
ReOrder : Boolean;
|
||||||
|
linklibc : boolean;
|
||||||
Function WriteResponseFile(isdll:boolean) : Boolean;
|
Function WriteResponseFile(isdll:boolean) : Boolean;
|
||||||
function GetDarwinCrt1ObjName(isdll: boolean): TCmdStr;
|
function GetDarwinCrt1ObjName(isdll: boolean): TCmdStr;
|
||||||
Function GetDarwinPrtobjName(isdll: boolean): TCmdStr;
|
Function GetDarwinPrtobjName(isdll: boolean): TCmdStr;
|
||||||
@ -393,15 +396,12 @@ Var
|
|||||||
FilesList : TLinkRes;
|
FilesList : TLinkRes;
|
||||||
i : longint;
|
i : longint;
|
||||||
cprtobj,
|
cprtobj,
|
||||||
gprtobj,
|
gprtobj : string[80];
|
||||||
prtobj : string[80];
|
|
||||||
HPath : TCmdStrListItem;
|
HPath : TCmdStrListItem;
|
||||||
s,s1,s2 : TCmdStr;
|
s,s1,s2 : TCmdStr;
|
||||||
linkdynamic,
|
linkdynamic : boolean;
|
||||||
linklibc : boolean;
|
|
||||||
Fl1,Fl2 : Boolean;
|
Fl1,Fl2 : Boolean;
|
||||||
IsDarwin : Boolean;
|
IsDarwin : Boolean;
|
||||||
ReOrder : Boolean;
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
WriteResponseFile:=False;
|
WriteResponseFile:=False;
|
||||||
|
Loading…
Reference in New Issue
Block a user