nginx/auto/lib/openssl/makefile.msvc

15 lines
211 B
Plaintext
Raw Normal View History

2009-05-14 23:46:34 +08:00
# Copyright (C) Igor Sysoev
2012-01-18 23:07:43 +08:00
# Copyright (C) Nginx, Inc.
2009-05-14 23:46:34 +08:00
all:
cd $(OPENSSL)
2010-04-01 23:18:29 +08:00
perl Configure VC-WIN32 no-shared --prefix=openssl $(OPENSSL_OPT)
2009-05-14 23:46:34 +08:00
ms\do_ms
$(MAKE) -f ms\nt.mak
$(MAKE) -f ms\nt.mak install