view auto/lib/openssl/makefile.msvc @ 2901:17da2da3a8f5

fix logging in ngx_win32_rename_file()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 29 May 2009 09:32:52 +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