From 88219e4b6021022684abf3809ea2e776991e014a Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 25 Jan 2002 08:59:35 +0000 Subject: [PATCH] Explicitly state the service pack of VC supported in Install.nt Yitzhak discovered that there is a problem if you have the original Visual Studio 6 with no service packs. --- sys/winnt/Install.nt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/winnt/Install.nt b/sys/winnt/Install.nt index f99445ba5..aed433a3f 100644 --- a/sys/winnt/Install.nt +++ b/sys/winnt/Install.nt @@ -14,8 +14,8 @@ Nethackw) goes to Alex Kompel who contributed the port. You can build either the TTY version of NetHack or the Windows Graphical version. In either case you will need: - o A copy of Microsoft Visual C V6.0 or later. Things may work with an - earlier version of the compiler, but the current code has not been + o A copy of Microsoft Visual C V6.0 SP3 or later. Things may work with + an earlier version of the compiler, but the current code has not been tested with an earlier compiler. o A version of a UUDECODE utility in your path. The Makefiles and