summaryrefslogtreecommitdiff
path: root/compiler/systems/t_nwm.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-09-06 10:09:26 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-09-06 10:09:26 +0000
commitb379f2cb9ef71d09216f34380bf3a4dba6777782 (patch)
tree16d28b20151c20bd514b097c7c0016adaff2bfda /compiler/systems/t_nwm.pas
parent71c0dea92bdcc6a331d86adc4107d6f9bbd92c02 (diff)
parente259a09cecfcf724f8e49010f0db5dadb8a3e2c3 (diff)
downloadfpc-b379f2cb9ef71d09216f34380bf3a4dba6777782.tar.gz
* synchronized with trunk up to and including r25430cpstrrtl
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/cpstrrtl@25431 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/systems/t_nwm.pas')
-rw-r--r--compiler/systems/t_nwm.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/t_nwm.pas b/compiler/systems/t_nwm.pas
index 5761cd9fa3..d202893467 100644
--- a/compiler/systems/t_nwm.pas
+++ b/compiler/systems/t_nwm.pas
@@ -980,8 +980,8 @@ end;
initialization
- RegisterExternalLinker(system_i386_netware_info,TLinkerNetware);
- RegisterInternalLinker(system_i386_netware_info,TInternalLinkerNetware);
+ RegisterLinker(ld_netware,TLinkerNetware);
+ RegisterLinker(ld_int_netware,TInternalLinkerNetware);
RegisterImport(system_i386_netware,TImportLibNetware);
RegisterExport(system_i386_netware,TExportLibNetware);
RegisterTarget(system_i386_netware_info);