mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
MorphOS: register ELF resources info
git-svn-id: trunk@31004 -
This commit is contained in:
parent
8e3ebb87cd
commit
8a09c5f40d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user