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

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

# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


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