Browse Source

* added linklib statement

git-svn-id: trunk@8616 -
Jonas Maebe 18 years ago
parent
commit
86164b3a8d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/extra/zlib/zlib.pp

+ 2 - 0
packages/extra/zlib/zlib.pp

@@ -29,6 +29,8 @@ const
   {$endif windows}
 {$endif}
 
+{$linklib libz}
+
 type
   { Compatible with paszlib }
   Uint    = Longint;