view auto/lib/zlib/makefile.bcc @ 2639:8deee4408c94 stable-0.6

r2361 merge: read and process upstream header in cycle, this fixes the case when local FastCGI server sends many warnings in stderr
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Apr 2009 15:51:04 +0000
parents 425af804d968
children ecdc41bf2047
line wrap: on
line source


# Copyright (C) Igor Sysoev


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

zlib.lib:
	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