view auto/lib/sha1/makefile.owc @ 2864:967ad993a4f8 stable-0.6

r2719 merge: fix building on platforms which have no atomic operations support, the bug was introduced in r2653 (r2564 in trunk)
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 16:05:02 +0000
parents 7cbef16c71a1
children ecdc41bf2047
line wrap: on
line source


# Copyright (C) Igor Sysoev


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

sha1.lib:
	wcl386 -c $(CFLAGS) -dL_ENDIAN sha1dgst.c
	wlib -n sha1.lib sha1dgst.obj