+ support creating ar files in the Z80 internal obj writer

git-svn-id: trunk@45276 -
This commit is contained in:
nickysn 2020-05-05 23:05:37 +00:00
parent 43686720c3
commit 381be050a5

View File

@ -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;
{*****************************************************************************