view auto/lib/openssl/makefile.msvc @ 511:647973d42a2a

Added tag NGINX_0_7_67 for changeset 31b936646211
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Jun 2010 00:00:00 +0400
parents 68c0ae0a4959
children
line wrap: on
line source


# Copyright (C) Igor Sysoev


all:
	cd $(OPENSSL)

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

	ms\do_ms

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