view auto/lib/md5/makefile.owc @ 2917:62010fa37ead

try to reuse last 4 free large allocation links this fixes a pool growing for multi-requests keepalive connections
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Jun 2009 13:57:28 +0000
parents ecdc41bf2047
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


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

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