view auto/lib/md5/makefile.owc @ 2641:3a79007edf41 stable-0.6

r2371 merge: allow POST without Content-Length
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Apr 2009 16:01:01 +0000
parents 42d11f017717
children ecdc41bf2047
line wrap: on
line source


# Copyright (C) Igor Sysoev


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