mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user