aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/lib/zlib/makefile.owc
blob: 9e123be83e9c14bb4d75000d8e0bba0be039f72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 inflate.c inffast.c inftrees.c
	wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj &
		zutil.obj compress.obj inflate.obj inffast.obj inftrees.obj