mirror of
https://github.com/nginx/nginx.git
synced 2024-12-02 20:09:01 +08:00
d2af69adc6
instead, do chdir inside Makefile
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)
|
|
|
|
sha1.lib:
|
|
cd $(SHA1)
|
|
wcl386 -c $(CFLAGS) -dL_ENDIAN sha1dgst.c
|
|
wlib -n sha1.lib sha1dgst.obj
|