|
@@ -126,7 +126,7 @@ implementation
|
|
SysUtils,
|
|
SysUtils,
|
|
cutils,verbose,globals,
|
|
cutils,verbose,globals,
|
|
fmodule,aasmtai,aasmdata,
|
|
fmodule,aasmtai,aasmdata,
|
|
- ogmap,
|
|
|
|
|
|
+ ogmap,owomflib,
|
|
version
|
|
version
|
|
;
|
|
;
|
|
|
|
|
|
@@ -843,6 +843,7 @@ implementation
|
|
begin
|
|
begin
|
|
inherited Create(smart);
|
|
inherited Create(smart);
|
|
CObjOutput:=TOmfObjOutput;
|
|
CObjOutput:=TOmfObjOutput;
|
|
|
|
+ CInternalAr:=TOmfLibObjectWriter;
|
|
end;
|
|
end;
|
|
|
|
|
|
{*****************************************************************************
|
|
{*****************************************************************************
|