* prtobj, linklibc and reorder converted from local to member variables of the class

git-svn-id: trunk@41697 -
This commit is contained in:
nickysn 2019-03-14 16:23:55 +00:00
parent a15ec46751
commit dc32554556

View File

@ -60,6 +60,9 @@ implementation
private
LdSupportsNoResponseFile : boolean;
LibrarySuffix : Char;
prtobj : string[80];
ReOrder : Boolean;
linklibc : boolean;
Function WriteResponseFile(isdll:boolean) : Boolean;
function GetDarwinCrt1ObjName(isdll: boolean): TCmdStr;
Function GetDarwinPrtobjName(isdll: boolean): TCmdStr;
@ -393,15 +396,12 @@ Var
FilesList : TLinkRes;
i : longint;
cprtobj,
gprtobj,
prtobj : string[80];
gprtobj : string[80];
HPath : TCmdStrListItem;
s,s1,s2 : TCmdStr;
linkdynamic,
linklibc : boolean;
linkdynamic : boolean;
Fl1,Fl2 : Boolean;
IsDarwin : Boolean;
ReOrder : Boolean;
begin
WriteResponseFile:=False;