Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile.owc « zlib « lib « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71ba512dc0aa3f57bd8f34035429c80d50519d84 (plain)
1
2
3
4
5
6
7
8
9

# Copyright (C) Igor Sysoev


CFLAGS = -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)

zlib.lib:
	wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c
	wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj zutil.obj