Browse Source

+ support creating ar files in the Z80 internal obj writer

git-svn-id: trunk@45276 -
nickysn 5 years ago
parent
commit
381be050a5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/ogrel.pas

+ 2 - 1
compiler/ogrel.pas

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