Index: openssl/ms/mingw32.bat |
=================================================================== |
--- openssl/ms/mingw32.bat (revision 105093) |
+++ openssl/ms/mingw32.bat (working copy) |
@@ -60,10 +60,6 @@ |
cd crypto\rc5\asm |
perl rc5-586.pl gaswin > r5-win32.s |
cd ..\..\.. |
-echo CPUID |
-cd crypto |
-perl x86cpuid.pl gaswin > cpu-win32.s |
-cd .. |
:noasm |
@@ -83,7 +79,7 @@ |
if errorlevel 1 goto end |
echo Generating the DLLs and input libraries |
-dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def ms/libeay32.def out/libcrypto.a -lwsock32 -lgdi32 |
+dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def ms/libeay32.def out/libcrypto.a -lws2_32 -lgdi32 |
if errorlevel 1 goto end |
dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/ssleay32.def out/libssl.a out/libeay32.a |
if errorlevel 1 goto end |