mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 22:09:01 +08:00
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
|
|
||
|
# Copyright (C) Igor Sysoev
|
||
|
|
||
|
|
||
|
CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)
|
||
|
|
||
|
sha1.lib:
|
||
|
wcl386 -c $(CFLAGS) -dL_ENDIAN sha1dgst.c
|
||
|
wlib -n sha1.lib sha1dgst.obj
|