ソースを参照

+ 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';
             idtxt  : 'OMF';
             asmbin : '';
             asmbin : '';
             asmcmd : '';
             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];
             flags : [af_outputbinary,af_smartlink_sections];
             labelprefix : '..@';
             labelprefix : '..@';
             comment : '; ';
             comment : '; ';