nginx/auto/lib/openssl/makefile.msvc

14 lines
183 B
Plaintext
Raw Normal View History

2009-05-14 10:46:34 -05:00
# Copyright (C) Igor Sysoev
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