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