summaryrefslogtreecommitdiff
path: root/tools/openssl
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-10-08 22:56:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-10-08 22:56:11 +0300
commit3ec716dc906a43d155ab6222856c5a606f491bc8 (patch)
treea8b304c095d1a6379d1ca704f23a8cdef5af52e8 /tools/openssl
parentfed9983880d41c33892e645d40fe48de69b1e9d4 (diff)
OpenSSL upgraded to 1.1.1
Diffstat (limited to 'tools/openssl')
-rw-r--r--tools/openssl/build_win32.cmd11
-rw-r--r--tools/openssl/build_win64.cmd10
2 files changed, 7 insertions, 14 deletions
diff --git a/tools/openssl/build_win32.cmd b/tools/openssl/build_win32.cmd
index 3eca716d6a..339b0bd934 100644
--- a/tools/openssl/build_win32.cmd
+++ b/tools/openssl/build_win32.cmd
@@ -3,12 +3,9 @@
rd /s /q out32dll
rd /s /q tmp32dll
-perl Configure VC-WIN32
-call ms\do_nasm.bat
+set LDFLAGS=/nologo /debug /SUBSYSTEM:CONSOLE",5.01"
+perl Configure shared VC-WIN32 /D\"_USING_V110_SDK71_\" /D\"_WIN32_WINNT=0x0501\"
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
+nmake clean
+nmake
diff --git a/tools/openssl/build_win64.cmd b/tools/openssl/build_win64.cmd
index b1cb8165bd..31645a8c69 100644
--- a/tools/openssl/build_win64.cmd
+++ b/tools/openssl/build_win64.cmd
@@ -3,12 +3,8 @@
rd /s /q out32dll
rd /s /q tmp32dll
-perl Configure VC-WIN64A
-call ms\do_win64a
+perl Configure shared VC-WIN64A
call %VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars64.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
+nmake clean
+nmake