summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/makefile.msvc
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/openssl/makefile.msvc')
-rw-r--r--auto/lib/openssl/makefile.msvc14
1 files changed, 14 insertions, 0 deletions
diff --git a/auto/lib/openssl/makefile.msvc b/auto/lib/openssl/makefile.msvc
new file mode 100644
index 000000000..0e45c487f
--- /dev/null
+++ b/auto/lib/openssl/makefile.msvc
@@ -0,0 +1,14 @@
+
+# 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