From 5abbc50761b836d634c6970874309c887ddc8e36 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 3 Feb 2001 00:09:02 +0000 Subject: [PATCH] * fixed netware typo in previous commit --- compiler/export.pas | 6 +++++- compiler/import.pas | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/compiler/export.pas b/compiler/export.pas index 5bcf166463..37c39e5520 100644 --- a/compiler/export.pas +++ b/compiler/export.pas @@ -207,6 +207,7 @@ begin exportlib:=Texportlibwin32.Create; {$endif NOTARGETWIN32} {$ifndef NOTARGETNETWARE} + target_i386_netware : exportlib:=Texportlibnetware.Create; {$endif NOTARGETNETWARE} { @@ -235,7 +236,10 @@ end; end. { $Log$ - Revision 1.10 2001-02-02 22:43:39 peter + Revision 1.11 2001-02-03 00:09:02 peter + * fixed netware typo in previous commit + + Revision 1.10 2001/02/02 22:43:39 peter * add notarget defines Revision 1.9 2000/12/25 00:07:25 peter diff --git a/compiler/import.pas b/compiler/import.pas index 89d5089555..2ad09c4f3e 100644 --- a/compiler/import.pas +++ b/compiler/import.pas @@ -249,7 +249,7 @@ begin importlib:=Timportlibos2.Create; {$endif} {$ifndef NOTARGETNETWARE} - target_i386_OS2 : + target_i386_netware : importlib:=Timportlibnetware.Create; {$endif} {$endif i386} @@ -274,7 +274,10 @@ end; end. { $Log$ - Revision 1.8 2001-02-02 22:43:39 peter + Revision 1.9 2001-02-03 00:09:02 peter + * fixed netware typo in previous commit + + Revision 1.8 2001/02/02 22:43:39 peter * add notarget defines Revision 1.7 2000/12/25 00:07:26 peter