[Zlib-devel] zlib 1.2.3.9 is out (fwd)

Vincent Torri vtorri at univ-evry.fr
Sat Feb 27 12:07:24 EST 2010



On Sat, 27 Feb 2010, Mark Adler wrote:

> On Feb 26, 2010, at 12:33 PM, William A. Rowe Jr. wrote:
>> Either an entry in a .def file, or __declspec(dllexport)
>
> William,
>
> Thanks.  So I think the key file is win32/zlib.def .  I have been keeping that up to date.  Vincent: is that the .def file you used?

I don't use anything more than Makefile.gcc, as I mentioned in my mail. In 
that file, there is:


$(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
 	$(CC) -shared -Wl,--out-implib,$(IMPLIB) \
 	-o $@ win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
 	$(STRIP) $@

so i guess that win32/zlib.def is indeed used

Vincent Torri




More information about the Zlib-devel mailing list