view auto/lib/md5/makefile.owc @ 1636:f2cf053d14fb

enable precompiled headers for msvc7, probably they were disabled because of some Wine bug
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Nov 2007 10:25:30 +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