[Zlib-devel] zlib 1.2.7 released

Martin Schlemmer Martin.Schlemmer at nwu.ac.za
Wed Sep 5 08:16:45 EDT 2012


> 2012/8/14 Mark Adler <madler at madler.net>
> 
> On Jun 15, 2012, at 2:02 AM, Jan Nijtmans wrote:
> > Anyone interested to test my zlib-1.2.7 win32 build
> > can find it (temporarily) at:
> >     https://dl.dropbox.com/u/69449580/zlib-127-dll.zip 
>
> Thank you Jan.
>
> So has anyone been able to test the zlib1.dll?  Does anyone know how to
> make the zdll.lib file?
>
> Mark
>

If you have VS or a SDK installed and setup before launching MSYS term, you can use for x86:

  lib -machine:X86 -name:zlib1.dll -def:zlib.def -out:zdll.lib

and for x64:

  lib -machine:X64 -name:zlib1.dll -def:zlib.def -out:zdll.lib

Have a look at GTK+'s configure.in and gtk/Makefile.am to see how they setup it.

I can't promise if/when, but I will see if I can send a patch for this. I assume I can base patches on latest checkout of:

  https://github.com/madler/zlib

?


Regards,
Martin






More information about the Zlib-devel mailing list