source: trunk/src/3rdparty/libpng/projects/cbuilder5/zlib.readme.txt

Last change on this file was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 682 bytes
Line 
1The project that builds libpng under Borland C++ Builder does not
2explicitly build zlib. By taking this decision, there is no need
3to update the libpng project each time when there is a change in
4the list of zlib source files. After all, this list is private to
5zlib, and applications (such as libpng) should not assume anything
6about it.
7
8If you wish to contribute a project that builds zlib under Borland
9C++ Builder, please submit it to the zlib developers, not to the
10libpng developers.
11
12By default, the libpng project uses zlib as a static library. If
13you wish to use zlib as a DLL, please read the important notes from
14the zlib DLL FAQ, found inside the zlib distribution.
Note: See TracBrowser for help on using the repository browser.