[Zlib-devel] zlib 1.2.4.3 for your perusal

Alon Bar-Lev alon.barlev at gmail.com
Mon Apr 12 08:20:52 EDT 2010


On Mon, Apr 12, 2010 at 1:00 AM, Mark Adler <madler at alumni.caltech.edu> wrote:
> On Apr 11, 2010, at 3:59 AM, Alon Bar-Lev wrote:
>> Are you willing to let off the resource and definition within the library?
>
> Alon,
>
> I don't understand the question.  Perhaps you can submit a new patch with what you are proposing.
>
> Mark
>

I think that fixups to Makefile.gcc is enough, so I did not invest
time in making the Makefile.in work.

However, the following is missing from Makefile.in:
---
RC = $(PREFIX)windres
RCFLAGS = --define GCC_WINDRES

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

zlibrc.o: win32/zlib1.rc
        $(RC) $(RCFLAGS) -o $@ win32/zlib1.rc
---

Notice:
RC
RCFLAGS
zlibrc.rc, zlibrc.o
-Wl,--out-implib,$(IMPLIB)
win32/zlib.def




More information about the Zlib-devel mailing list