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. 15