소스 검색

+ support creating ar files in the Z80 internal obj writer

git-svn-id: trunk@45276 -
nickysn 5 년 전
부모
커밋
381be050a5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
 {*****************************************************************************