Add ogmacho unit loading unless NOOGMACHO macro is defined

This commit is contained in:
Pierre Muller 2024-02-26 17:35:22 +01:00
parent ce702df526
commit 010127a622

View File

@ -107,9 +107,16 @@ implementation
,agx86int ,agx86int
{$endif} {$endif}
{$ifndef NOOGCOFF}
,ogcoff ,ogcoff
{$endif}
{$ifndef NOOGCOFF}
,ogelf ,ogelf
,cpuelf ,cpuelf
{$endif}
{$ifndef NOOGMACHO}
,ogmacho
{$endif}
{************************************** {**************************************
Assembler Readers Assembler Readers