aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/lib/openssl/makefile.msvc
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/auto/lib/openssl/makefile.msvc')
-rw-r--r--app/nginx/auto/lib/openssl/makefile.msvc21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/nginx/auto/lib/openssl/makefile.msvc b/app/nginx/auto/lib/openssl/makefile.msvc
deleted file mode 100644
index 5b90dcb..0000000
--- a/app/nginx/auto/lib/openssl/makefile.msvc
+++ /dev/null
@@ -1,21 +0,0 @@
-
-# Copyright (C) Igor Sysoev
-# Copyright (C) Nginx, Inc.
-
-
-all:
- cd $(OPENSSL)
-
- perl Configure VC-WIN32 no-shared \
- --prefix="%cd%/openssl" \
- --openssldir="%cd%/openssl/ssl" \
- $(OPENSSL_OPT)
-
- if exist ms\do_ms.bat ( \
- ms\do_ms \
- && $(MAKE) -f ms\nt.mak \
- && $(MAKE) -f ms\nt.mak install \
- ) else ( \
- $(MAKE) \
- && $(MAKE) install_sw \
- )