projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e64dcea
)
Mingw32 can now use assembler.
author
Ulf Möller
<ulf@openssl.org>
Mon, 28 Feb 2000 21:04:10 +0000
(21:04 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 28 Feb 2000 21:04:10 +0000
(21:04 +0000)
INSTALL.W32
patch
|
blob
|
history
diff --git
a/INSTALL.W32
b/INSTALL.W32
index 8c8008b4add29dcee570ed7965d1bb9080e0bb4c..7b81ac0579efb22544f526b6004e130631a7e1d9 100644
(file)
--- 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.