Procházet zdrojové kódy

+ added system_i8086_win16 to the supported targets of the i8086 omf internal
assembler/object writer

git-svn-id: trunk@42639 -

nickysn před 6 roky
rodič
revize
141f2403d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/ogomf.pas

+ 1 - 1
compiler/ogomf.pas

@@ -4700,7 +4700,7 @@ cleanup:
             idtxt  : 'OMF';
             asmbin : '';
             asmcmd : '';
-            supported_targets : [system_i8086_msdos,system_i8086_embedded];
+            supported_targets : [system_i8086_msdos,system_i8086_embedded,system_i8086_win16];
             flags : [af_outputbinary,af_smartlink_sections];
             labelprefix : '..@';
             comment : '; ';