671242f350d172e106580348e24bab66b0d7e6a5vboxsyncThe project that builds libpng under Borland C++ Builder does not
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncexplicitly build zlib. By taking this decision, there is no need
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncto update the libpng project each time when there is a change in
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncthe list of zlib source files. After all, this list is private to
671242f350d172e106580348e24bab66b0d7e6a5vboxsynczlib, and applications (such as libpng) should not assume anything
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncabout it.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncIf you wish to contribute a project that builds zlib under Borland
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncC++ Builder, please submit it to the zlib developers, not to the
671242f350d172e106580348e24bab66b0d7e6a5vboxsynclibpng developers.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncBy default, the libpng project uses zlib as a static library. If
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncyou wish to use zlib as a DLL, please read the important notes from
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncthe zlib DLL FAQ, found inside the zlib distribution.