]> git.kaiwu.me - nginx.git/commit
Win32: OpenSSL compilation for x64 targets with MSVC.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Feb 2023 15:16:08 +0000 (18:16 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Feb 2023 15:16:08 +0000 (18:16 +0300)
commitdad6ec3aa63fbd3b427d74842fa659f7a0b82f3b
tree83dbe41a2c059d7b78f2e6579175072b2a099ee0
parent62b790c3318a56971e461a1e1f5b79197b604e89
Win32: OpenSSL compilation for x64 targets with MSVC.

To ensure proper target selection the NGX_MACHINE variable is now set
based on the MSVC compiler output, and the OpenSSL target is set based
on it.

This is not important as long as "no-asm" is used (as in misc/GNUmakefile
and win32 build instructions), but might be beneficial if someone is trying
to build OpenSSL with assembler code.
auto/cc/msvc
auto/lib/openssl/make
auto/lib/openssl/makefile.msvc