view auto/lib/openssl/makefile.msvc @ 3314:d17c4c5c1c57

test frequent r->header_only before three response status
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Nov 2009 13:44:16 +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