summaryrefslogtreecommitdiffstats
path: root/INSTALL.W32
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-07 17:51:29 +0000
committerUlf Möller <ulf@openssl.org>1999-05-07 17:51:29 +0000
commit12d7d32f24a3fb1ea804cfeebdbbcb91308150bd (patch)
treea25e654a98ff082aa9b8412d4f0a3fb7c7ff72ba /INSTALL.W32
parent5b640028cba758355000632840b48165ad39957a (diff)
Get the Mingw32 makefiles right.
Diffstat (limited to 'INSTALL.W32')
-rw-r--r--INSTALL.W328
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. :)