From: Ulf Möller Date: Mon, 28 Feb 2000 21:04:10 +0000 (+0000) Subject: Mingw32 can now use assembler. X-Git-Tag: OpenSSL_0_9_5a-beta1~146 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=fee2dc8ec9a9739517c2f5c4a9ecf635df1ce303 Mingw32 can now use assembler. --- diff --git a/INSTALL.W32 b/INSTALL.W32 index 8c8008b4ad..7b81ac0579 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -116,10 +116,12 @@ * Compile OpenSSL: - > perl Configure Mingw32 - > ms\mw.bat + > ms\mingw32 - This will create the library and binaries in out. + This will create the library and binaries in out. In case any problems + occur, try + > ms\mingw32 no-asm + instead. libcrypto.a and libssl.a are the static libraries. To use the DLLs, link with libeay32.a and libssl32.a instead.