Mingw32 can now use assembler.
authorUlf Möller <ulf@openssl.org>
Mon, 28 Feb 2000 21:04:10 +0000 (21:04 +0000)
committerUlf Möller <ulf@openssl.org>
Mon, 28 Feb 2000 21:04:10 +0000 (21:04 +0000)
INSTALL.W32

index 8c8008b4add29dcee570ed7965d1bb9080e0bb4c..7b81ac0579efb22544f526b6004e130631a7e1d9 100644 (file)
 
  * 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.