nginx/auto/lib/openssl/makefile.msvc

15 lines
211 B
Plaintext
Raw Normal View History

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