* add missing description for paszlib

git-svn-id: trunk@29231 -
This commit is contained in:
Tomas Hajny 2014-12-08 23:13:35 +00:00
parent 4f411386f0
commit b3bc8cafdf

View File

@ -15,6 +15,7 @@ begin
P:=AddPackage('paszlib');
P.ShortName:='pzl';
P.Description := 'Pascal port of the ZLIB library - support for deflate compression method using for GZIP, PNG, ZIP, etc.';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}