X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ms%2Fmw.bat;h=dc37913b71d049b42c8233cac7d62eead818c774;hb=dfbaf95618475640cfcd3c13e4b425538a807666;hp=1f4372c81ac31fc8ec64898ebdcd6b0dfbec5c6e;hpb=7d5d27b9a3edf37e6752a961b0da969b6813fa75;p=oweals%2Fopenssl.git diff --git a/ms/mw.bat b/ms/mw.bat index 1f4372c81a..dc37913b71 100644 --- a/ms/mw.bat +++ b/ms/mw.bat @@ -1,14 +1,11 @@ @rem OpenSSL with Mingw32 @rem -------------------- -perl Configure Mingw32 -if errorlevel 1 goto end - @rem Makefile perl util\mkfiles.pl >MINFO perl util\mk1mf.pl Mingw32 >ms\mingw32.mak perl util\mk1mf.pl Mingw32-files >ms\mingw32f.mak -@rem DLL defintion files +@rem DLL definition files perl util\mkdef.pl 32 libeay >ms\libeay32.def if errorlevel 1 goto end perl util\mkdef.pl 32 ssleay >ms\ssleay32.def @@ -25,7 +22,7 @@ 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 if errorlevel 1 goto end -dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/libssl32.def out/libssl.a out/libeay32.a +dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/ssleay32.def out/libssl.a out/libeay32.a if errorlevel 1 goto end echo Done compiling OpenSSL