diff options
author | Ulf Möller <ulf@openssl.org> | 1999-05-07 19:51:29 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-05-07 19:51:29 +0200 |
commit | 12d7d32f24a3fb1ea804cfeebdbbcb91308150bd (patch) | |
tree | a25e654a98ff082aa9b8412d4f0a3fb7c7ff72ba /INSTALL.W32 | |
parent | Make -pedantic work again. (diff) | |
download | openssl-12d7d32f24a3fb1ea804cfeebdbbcb91308150bd.tar.xz openssl-12d7d32f24a3fb1ea804cfeebdbbcb91308150bd.zip |
Get the Mingw32 makefiles right.
Diffstat (limited to 'INSTALL.W32')
-rw-r--r-- | INSTALL.W32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32 index 6276c3efbe..80ea905049 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -86,11 +86,11 @@ > perl util\mkfiles.pl >MINFO > perl util\mk1mf.pl Mingw32 >ms\mingw32.mak - * If you don't have the GNU file utilities (cp, rm, etc.) installed, - an additional step is required: + * This step can be skipped if you have the GNU file utitilities (cp, rm, ...) + installed: - > perl util\mk1mf.pl VC-WIN32 no-asm >ms\nt.mak - > make -f ms/nt.mak + > perl util\mk1mf.pl Mingw32-files >ms\mingw32f.mak + > make -f ms/mingw32f.mak This will end with an error message. If you don't like that, install the file utilities. :) |