mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
|
# 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
|