view auto/lib/zlib/makefile.bcc @ 2797:90422d071d3f

do not free buffer with cache header before it would be written, it seems this affected header only FastCGI responses only: proxied header only responses were cached right
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 May 2009 19:04:00 +0000
parents 425af804d968
children ecdc41bf2047
line wrap: on
line source


# Copyright (C) Igor Sysoev


CFLAGS = -q -O2 -tWM -w-8004 -w-8012 $(CPU_OPT)

zlib.lib:
	bcc32 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c \
		compress.c

	tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \
		+trees.obj +zutil.obj +compress.obj