view auto/lib/openssl/makefile.msvc @ 3204:ea3d168fb99c release-0.8.20

nginx-0.8.20-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Oct 2009 12:57:25 +0000
parents dfec0e090265
children 92378c49456d
line wrap: on
line source


# Copyright (C) Igor Sysoev


all:
	cd $(OPENSSL)

	perl Configure VC-WIN32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \
		$(OPENSSL_OPT)

	ms\do_ms

	$(MAKE) -f ms\nt.mak
	$(MAKE) -f ms\nt.mak install