summaryrefslogtreecommitdiff
path: root/INSTALL.W32
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-17 23:30:39 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-17 23:30:39 +0000
commite2e044faa1eba415459d1844712aefd0d5bad842 (patch)
tree69ed03e05f2ca27a1820c88dccba61b1c7f4c978 /INSTALL.W32
parent0b415fb0ed560eb52f77f9239cc1e9393ed65173 (diff)
downloadopenssl-new-e2e044faa1eba415459d1844712aefd0d5bad842.tar.gz
Comment out the lines that generated by mk1mf.pl include three separate rules
that are equivalent to $(OUT_D). This was what was causing the 'too many rules' warning under VC++.
Diffstat (limited to 'INSTALL.W32')
-rw-r--r--INSTALL.W325
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32
index 6388c4c2d1..61b563c089 100644
--- a/INSTALL.W32
+++ b/INSTALL.W32
@@ -31,9 +31,8 @@ then from the VC++ environment at a prompt do:
nmake -f ms\ntdll.mak
-you may get a warning about too many rules but if all is well it should all
-compile and you will have some DLLs and executables in out32dll. If you want
-to try the tests then cd to out32dll and run ..\ms\test
+If all is well it should compile and you will have some DLLs and executables
+in out32dll. If you want to try the tests then cd to out32dll and run ..\ms\test
Troubleshooting.