X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=shlib%2Fwin32dll.bat;h=844e3537c8d39317b23c99aa3cc77087b3f2d95b;hp=294c94c81c094daada1d98cdae7f47ffc77aca3e;hb=b52a2738d4cd20d8cf4cf88943bee2b6789eeaf1;hpb=b7896b3cb86d80206af14a14d69b0717786f2729 diff --git a/shlib/win32dll.bat b/shlib/win32dll.bat index 294c94c81c..844e3537c8 100755 --- a/shlib/win32dll.bat +++ b/shlib/win32dll.bat @@ -5,9 +5,9 @@ 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 /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 ws2_32.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 +cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib ws2_32.lib