zlib1.2.3
Martin Buchholz
martinrb at google.com
Mon Aug 24 02:58:28 UTC 2009
On Fri, Aug 21, 2009 at 08:46, Xueming Shen<Xueming.Shen at sun.com> wrote:
> Martin Buchholz wrote:
>>
>> Do we really need to rename files? That's quite confusing.
>
> The names conflict with our CRC32.c and Adler.c on Windows platform.
YUK! I finally understand this problem.
Good makefile hygiene would be to build zlib separately into its own library,
and have the jdk zip code link against that, instead of having the two
sets of c files be compiled together. But that's beyond the scope of
this change.
Martin
More information about the core-libs-dev
mailing list