view auto/lib/zlib/makefile.bcc @ 4628:f675474435e0

Reverted previous attempt to fix complation warning introduced in r4624 and actually fixed it.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 14 May 2012 15:52:37 +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