Browse Source

* fixed netware typo in previous commit

peter 24 years ago
parent
commit
5abbc50761
2 changed files with 10 additions and 3 deletions
  1. 5 1
      compiler/export.pas
  2. 5 2
      compiler/import.pas

+ 5 - 1
compiler/export.pas

@@ -207,6 +207,7 @@ begin
       exportlib:=Texportlibwin32.Create;
       exportlib:=Texportlibwin32.Create;
   {$endif NOTARGETWIN32}
   {$endif NOTARGETWIN32}
   {$ifndef NOTARGETNETWARE}
   {$ifndef NOTARGETNETWARE}
+    target_i386_netware :
       exportlib:=Texportlibnetware.Create;
       exportlib:=Texportlibnetware.Create;
   {$endif NOTARGETNETWARE}
   {$endif NOTARGETNETWARE}
 {
 {
@@ -235,7 +236,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $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
     * add notarget defines
 
 
   Revision 1.9  2000/12/25 00:07:25  peter
   Revision 1.9  2000/12/25 00:07:25  peter

+ 5 - 2
compiler/import.pas

@@ -249,7 +249,7 @@ begin
       importlib:=Timportlibos2.Create;
       importlib:=Timportlibos2.Create;
   {$endif}
   {$endif}
   {$ifndef NOTARGETNETWARE}
   {$ifndef NOTARGETNETWARE}
-    target_i386_OS2 :
+    target_i386_netware :
       importlib:=Timportlibnetware.Create;
       importlib:=Timportlibnetware.Create;
   {$endif}
   {$endif}
 {$endif i386}
 {$endif i386}
@@ -274,7 +274,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $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
     * add notarget defines
 
 
   Revision 1.7  2000/12/25 00:07:26  peter
   Revision 1.7  2000/12/25 00:07:26  peter