view auto/lib/zlib/makefile.bcc @ 4714:c3bddd3df3fb stable-1.2

Merge of r4643: Removed historical and now redundant syntax pre-checks in ngx_parse_url().
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 02 Jul 2012 15:33:35 +0000
parents d620f497c50f
children 9d458803bbe0
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


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

zlib.lib:
	cd $(ZLIB)

	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