Blame projects/cbuilder5/zlib.readme.txt

Packit 0ba690
The project that builds libpng under Borland C++ Builder does not
Packit 0ba690
explicitly build zlib.  By taking this decision, there is no need
Packit 0ba690
to update the libpng project each time when there is a change in
Packit 0ba690
the list of zlib source files.  After all, this list is private to
Packit 0ba690
zlib, and applications (such as libpng) should not assume anything
Packit 0ba690
about it.
Packit 0ba690
Packit 0ba690
If you wish to contribute a project that builds zlib under Borland
Packit 0ba690
C++ Builder, please submit it to the zlib developers, not to the
Packit 0ba690
libpng developers.
Packit 0ba690
Packit 0ba690
By default, the libpng project uses zlib as a static library.  If
Packit 0ba690
you wish to use zlib as a DLL, please read the important notes from
Packit 0ba690
the zlib DLL FAQ, found inside the zlib distribution.