User Tools

Site Tools


c:build:build-openssl-statically-on-windows-vs2017

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
c:build:build-openssl-statically-on-windows-vs2017 [2020/06/30 21:00] – [Win 32 static release build] odeftac:build:build-openssl-statically-on-windows-vs2017 [2023/07/04 19:36] (current) – external edit 127.0.0.1
Line 16: Line 16:
 ===== Win 32 static debug build ===== ===== Win 32 static debug build =====
  
-perl Configure debug-VC-WIN32 no-shared --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL +<code> 
 +perl Configure debug-VC-WIN32 no-shared --debug zlib enable-zlib --with-zlib-include=D:/zlib --with-zlib-lib=D:/zlib/zlib.lib --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL 
 +</code>
 <code> <code>
 Configuring OpenSSL version 1.1.1g (0x1010107fL) for debug-VC-WIN32 Configuring OpenSSL version 1.1.1g (0x1010107fL) for debug-VC-WIN32
Line 124: Line 125:
 nmake clean nmake clean
 <code> <code>
-perl Configure VC-WIN32 no-shared --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL+perl Configure VC-WIN32 no-shared zlib enable-zlib --with-zlib-include=D:/zlib --with-zlib-lib=D:/zlib/zlib.lib LDFLAGS=/NODEFAULTLIB:msvcrt.lib --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL
 </code> </code>
 nmake \\ nmake \\
c/build/build-openssl-statically-on-windows-vs2017.1593540000.txt.gz · Last modified: 2023/07/04 19:36 (external edit)