On Fri, Aug 21, 2009 at 08:46, Xueming Shen<xueming.s...@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

Reply via email to