summaryrefslogtreecommitdiff
path: root/tools/openssl/build_win32.cmd
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-03 19:58:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-03 19:58:54 +0300
commitbb644d786800cf301ba36e27577261d90c940f8f (patch)
treeed414dd483e549abe4e9ab93b76de23f8805d7b2 /tools/openssl/build_win32.cmd
parent08f58817dda88e6c57fe581bef4132a41462d480 (diff)
openssl build scripts
Diffstat (limited to 'tools/openssl/build_win32.cmd')
-rw-r--r--tools/openssl/build_win32.cmd14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/openssl/build_win32.cmd b/tools/openssl/build_win32.cmd
new file mode 100644
index 0000000000..3eca716d6a
--- /dev/null
+++ b/tools/openssl/build_win32.cmd
@@ -0,0 +1,14 @@
+@echo off
+
+rd /s /q out32dll
+rd /s /q tmp32dll
+
+perl Configure VC-WIN32
+call ms\do_nasm.bat
+
+call %VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars32.bat
+nmake -f ms\ntdll.mak clean
+nmake -f ms\ntdll.mak
+
+move out32dll\libeay32.dll out32dll\libeay32.mir
+move out32dll\ssleay32.dll out32dll\ssleay32.mir \ No newline at end of file