Parcourir la source

+ support creating ar files in the Z80 internal obj writer

git-svn-id: trunk@45276 -
nickysn il y a 5 ans
Parent
commit
381be050a5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
 
 {*****************************************************************************