瀏覽代碼

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

git-svn-id: trunk@42639 -

nickysn 6 年之前
父節點
當前提交
141f2403d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 : '; ';