view auto/lib/zlib/makefile.bcc @ 4761:3010db312c91

Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:16:09 +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