view auto/lib/zlib/makefile.bcc @ 4909:d763d5c9a133 stable-1.2 release-1.2.5

nginx-1.2.5-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Nov 2012 13:34:59 +0000
parents 026ff0eb3062
children
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 \
		inflate.c inffast.c inftrees.c

	tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \
		+trees.obj +zutil.obj +compress.obj \
		+inflate.obj +inffast.obj +inftrees.obj