mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 13:59:34 +02:00
+ support creating ar files in the Z80 internal obj writer
git-svn-id: trunk@45276 -
This commit is contained in:
parent
43686720c3
commit
381be050a5
@ -101,7 +101,7 @@ implementation
|
||||
SysUtils,
|
||||
cutils,verbose,globals,
|
||||
fmodule,aasmtai,aasmdata,
|
||||
ogmap,
|
||||
ogmap,owar,
|
||||
version
|
||||
;
|
||||
|
||||
@ -502,6 +502,7 @@ implementation
|
||||
begin
|
||||
inherited;
|
||||
CObjOutput:=TRelObjOutput;
|
||||
CInternalAr:=tarobjectwriter;
|
||||
end;
|
||||
|
||||
{*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user