Hello, Alex!

AY> Then I just ran the rest of the mingw32.bat file

You need only this part, not all the bat file. Sorry.

AY> echo Building the libraries
AY> mingw32-make -f ms/mingw32a.mak
AY> if errorlevel 1 goto end

AY> echo Generating the DLLs and input libraries
AY> dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def 
ms/libeay32.def out/libcrypto.a -lwsock32 -lgdi32
AY> if errorlevel 1 goto end
AY> dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def 
ms/ssleay32.def out/libssl.a out/libeay32.a
AY> if errorlevel 1 goto end

AY> echo Done compiling OpenSSL

AY> :end

-- 
Bye,
    Alex.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to