view auto/lib/md5/makefile.owc @ 2922:f0604d0b28a6

*) exit if no workers could not be started *) do not quit old workers if no new workers could not be started
author Igor Sysoev <igor@sysoev.ru>
date Sat, 06 Jun 2009 12:36:44 +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