NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Building giflib on Windows (Score:1)
First for MSVC:
OBJS = dev2gif.obj egif_lib.obj dgif_lib.obj gifalloc.obj gif_font.obj gif_hash.obj \
gif_err.obj quantize.obj qprintf.obj getarg.obj
CFLAGS=-DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_STDARG_H -DWIN32 -DHAVE_BASETSD_H
libgif.lib: $(OBJS)
link
and for mingw:
CC = gcc
AR = ar
OBJS = dev2gif.o egif_lib.o dgif_lib.o gifa