view auto/lib/zlib/makefile.owc @ 4766:284cb8fb0741

Slight optimization in ngx_http_upstream_add(): replaced an expression known to be constant with the constant value.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 29 Jul 2012 19:44:09 +0000
parents d620f497c50f
children 9d458803bbe0
line wrap: on
line source


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


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

zlib.lib:
	cd $(ZLIB)

	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