Browse Source

+ zlib libname for netware

armin 22 years ago
parent
commit
2e7c94960a
1 changed files with 8 additions and 1 deletions
  1. 8 1
      packages/extra/zlib/zlib.pp

+ 8 - 1
packages/extra/zlib/zlib.pp

@@ -16,7 +16,11 @@ interface
 const
 const
   ZLIB_VERSION = '1.1.3';
   ZLIB_VERSION = '1.1.3';
 
 
+  {$ifdef netware}  {zlib.nlm comes with netware6}
+  libz='zlib';
+  {$else}
   libz='z';
   libz='z';
+  {$endif}
 
 
 type
 type
   { Compatible with paszlib }
   { Compatible with paszlib }
@@ -177,7 +181,10 @@ function zError(err:longint):string;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-09-07 15:43:06  peter
+  Revision 1.4  2003-03-17 15:59:10  armin
+  + zlib libname for netware
+
+  Revision 1.3  2002/09/07 15:43:06  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
   Revision 1.2  2002/05/31 11:54:33  marco
   Revision 1.2  2002/05/31 11:54:33  marco