X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=shlib%2Fwin32.bat;h=2b0faaa17ba0b41d5c19e24d33ea8bacb94066ed;hp=c807a99d353d2a5aa204da71188bf54eb286196b;hb=fa60b909501664b2034d254781798e511d16c315;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17 diff --git a/shlib/win32.bat b/shlib/win32.bat index c807a99d35..2b0faaa17b 100755 --- a/shlib/win32.bat +++ b/shlib/win32.bat @@ -14,5 +14,5 @@ cl /Focrypto.obj -DWIN32 %OPTIONS% -c crypto\crypto.c cl /Fossl.obj -DWIN32 %OPTIONS% -c ssl\ssl.c cl /Foeay.obj -DWIN32 %OPTIONS% -c apps\eay.c -cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj 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 /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj 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 ws2_32.lib