view auto/lib/zlib/makefile.owc @ 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 = -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