Sfoglia il codice sorgente

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

git-svn-id: trunk@42639 -

nickysn 6 anni fa
parent
commit
141f2403d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 : '; ';