Explorar el Código

+ support creating ar files in the Z80 internal obj writer

git-svn-id: trunk@45276 -
nickysn hace 5 años
padre
commit
381be050a5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
 
 {*****************************************************************************