view auto/lib/md5/makefile.owc @ 4801:8f2f71233f5b stable-1.2

Merge of r4765: reduced the number of preprocessor directives.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:15:23 +0000
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


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