Răsfoiți Sursa

Add ogmacho unit loading unless NOOGMACHO macro is defined

Pierre Muller 1 an în urmă
părinte
comite
010127a622
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  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