From 0894ede9cda635cdf5510758b81634b8f48d9cfe Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 25 Aug 2015 01:32:46 +0000 Subject: [PATCH] + enable the i8086-msdos internal linker git-svn-id: trunk@31417 - --- compiler/systems/i_msdos.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_msdos.pas b/compiler/systems/i_msdos.pas index 6441c5586e..13c86e1fa8 100644 --- a/compiler/systems/i_msdos.pas +++ b/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;