Explorar o código

Add ogmacho unit loading unless NOOGMACHO macro is defined

Pierre Muller hai 1 ano
pai
achega
010127a622
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      compiler/i386/cputarg.pas

+ 7 - 0
compiler/i386/cputarg.pas

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