view auto/lib/zlib/makefile.owc @ 1064:7c84c877f2d7

fix segfault when client_body_in_file_only is on, the body is not passed to upstream, and nginx tries next upstream
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Jan 2007 12:57:02 +0000
parents 975f62e77f02
children ecdc41bf2047
line wrap: on
line source


# Copyright (C) Igor Sysoev


CFLAGS = -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)

zlib.lib:
	wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c compress.c
	wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj zutil.obj compress.obj