comparison auto/lib/openssl/makefile.msvc @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents be4f34123024
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
3 3
4 4
5 all: 5 all:
6 cd $(OPENSSL) 6 cd $(OPENSSL)
7 7
8 perl Configure VC-WIN32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \ 8 perl Configure VC-WIN32 no-shared --prefix=openssl $(OPENSSL_OPT)
9 $(OPENSSL_OPT)
10 9
11 ms\do_ms 10 ms\do_ms
12 11
13 $(MAKE) -f ms\nt.mak 12 $(MAKE) -f ms\nt.mak
14 $(MAKE) -f ms\nt.mak install 13 $(MAKE) -f ms\nt.mak install