view auto/lib/zlib/makefile.msvc @ 805:8ee450f30c25

now the "auth_http" directive uses ngx_parse_url()
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Oct 2006 13:22:59 +0000
parents 975f62e77f02
children ecdc41bf2047
line wrap: on
line source


# Copyright (C) Igor Sysoev


CFLAGS = -nologo -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT)

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

	link -lib -out:zlib.lib adler32.obj crc32.obj deflate.obj \
		trees.obj zutil.obj compress.obj