view auto/lib/openssl/makefile.msvc @ 599:ba5a8beb9f72

Added tag NGINX_0_8_51 for changeset be70f83b184f
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Sep 2010 00:00:00 +0400
parents be4f34123024
children d0f7a625f27c
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