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

makefile.owc « md5 « lib « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 917acba30f882596abfea8f82b6493df1df3bcc7 (plain)
1
2
3
4
5
6

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

md5.lib:
	wcl386 -c $(CFLAGS) -dL_ENDIAN md5_dgst.c
	wlib -n md5.lib md5_dgst.obj