Browse Source

MorphOS: register ELF resources info

git-svn-id: trunk@31004 -
Károly Balogh 10 năm trước cách đây
mục cha
commit
8a09c5f40d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      compiler/systems/t_morph.pas

+ 2 - 1
compiler/systems/t_morph.pas

@@ -31,7 +31,7 @@ implementation
 
     uses
        SysUtils,
-       cutils,cfileutl,cclasses,
+       cutils,cfileutl,cclasses,rescmn,comprsrc,
        globtype,globals,systems,verbose,script,fmodule,i_morph,link;
 
     type
@@ -265,4 +265,5 @@ end;
 initialization
   RegisterLinker(ld_morphos,TLinkerMorphOS);
   RegisterTarget(system_powerpc_morphos_info);
+  RegisterRes(res_elf_info, TWinLikeResourceFile);
 end.