view auto/lib/md5/makefile.owc @ 2807:6ad4bba6313e

delete level event of appropriate type, this should fix select()'s EBADF, WSAENOTSOCK, and "select ready != events" alerts
author Igor Sysoev <igor@sysoev.ru>
date Wed, 06 May 2009 08:40:44 +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