https://github.com/openssl/openssl
Raw File
Tip revision: 14cbc6ff45507ddb92ddf1449fcdc53b67552635 authored by cvs2svn on 07 December 2002, 20:03:43 UTC
This commit was manufactured by cvs2svn to create tag 'STATE_before_zlib'.
Tip revision: 14cbc6f
win32dll.bat
rem win32 dll build

set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN
set OPTIONS2=/W3 /WX /Ox /Gf /nologo

set OPTIONS=%OPTIONS1% %OPTIONS2%

cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib

cl /Fessleay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\ssleay32.def ssl\ssl.c libeay32.lib

cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib wsock32.lib

back to top