view auto/lib/zlib/makefile.owc @ 4647:a321eadcb16c

Fixed memory leak if $geoip_org variable was used. Patch by Denis F. Latypoff (slightly modified).
author Ruslan Ermilov <ru@nginx.com>
date Mon, 28 May 2012 13:17:48 +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