Browse Source

+ enable the i8086-msdos internal linker

git-svn-id: trunk@31417 -
nickysn 10 years ago
parent
commit
0894ede9cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_msdos.pas

+ 1 - 1
compiler/systems/i_msdos.pas

@@ -71,7 +71,7 @@ unit i_msdos;
             dirsep       : '\';
             assem        : as_i8086_omf;
             assemextern  : as_i8086_nasmobj;
-            link         : ld_none;
+            link         : ld_int_msdos;
             linkextern   : ld_msdos;
 {$ifdef USE_SCRIPTED_WLIB}
             ar           : ar_watcom_wlib_omf_scripted;