nginx/auto/lib/openssl/makefile.msvc

15 lines
204 B
Plaintext
Raw Normal View History

2009-05-14 10:46:34 -05:00
# 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