Prechádzať zdrojové kódy

+ support creating ar files in the Z80 internal obj writer

git-svn-id: trunk@45276 -
nickysn 5 rokov pred
rodič
commit
381be050a5
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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;
 
 {*****************************************************************************