diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-28 22:04:10 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-28 22:04:10 +0100 |
commit | fee2dc8ec9a9739517c2f5c4a9ecf635df1ce303 (patch) | |
tree | 8673097e869e131e4f8a8c9192b29d7af363a39b /INSTALL.W32 | |
parent | Switch for turning on the predictable "random" number generator. (diff) | |
download | openssl-fee2dc8ec9a9739517c2f5c4a9ecf635df1ce303.tar.xz openssl-fee2dc8ec9a9739517c2f5c4a9ecf635df1ce303.zip |
Mingw32 can now use assembler.
Diffstat (limited to 'INSTALL.W32')
-rw-r--r-- | INSTALL.W32 | 8 |
1 files changed, 5 insertions, 3 deletions
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. |