diff options
Diffstat (limited to 'ms')
-rw-r--r-- | ms/mingw32.bat | 2 | ||||
-rw-r--r-- | ms/mw.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ms/mingw32.bat b/ms/mingw32.bat index 8c7c63e0f2..7c26983035 100644 --- a/ms/mingw32.bat +++ b/ms/mingw32.bat @@ -79,7 +79,7 @@ mingw32-make -f ms/mingw32a.mak 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
@@ -15,7 +15,7 @@ make -f ms/mingw32.mak if errorlevel 1 goto end
@rem Generate 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
|