diff nt/README @ 812:f846c2ef930d

[xemacs-hg @ 2002-04-13 20:31:27 by jhar] Document that MSVC6 or later required
author jhar
date Sat, 13 Apr 2002 20:31:34 +0000
parents 943eaba38521
children ece8c2170578
line wrap: on
line diff
--- a/nt/README	Sun Apr 07 19:36:14 2002 +0000
+++ b/nt/README	Sat Apr 13 20:31:34 2002 +0000
@@ -16,8 +16,7 @@
 * Required tools and sources
 ============================
 
-1.  You will need Visual C++ V4.0 or later to compile everything. Personally
-    we have tested V4.0, V4.2, V5.0 and v6.0.
+1.  You will need Visual C++ V6.0 or later to compile everything.
 
     Note that Visual C++ assumes that the environment variables INCLUDE and
     LIB are set to specify the location of the includes and libraries.
@@ -25,11 +24,11 @@
     vc\bin and sharedide\bin directories.
 
     Visual C++ V5.0 and later install a batch file called vcvars32.bat in
-    c:\Program Files\DevStudio\VC\bin\ (or wherever you installed it) that you
-    can run before building to set up all of these environment variables.
-    Alternatively, you can choose at setup time to have these
-    environment variables automatically set up in the registry, which
-    is generally a good idea.
+    c:\Program Files\Microsoft Visual Studio\VC98\bin\ (or wherever you
+    installed it) that you can run before building to set up all of these
+    environment variables.  Alternatively, you can choose at setup time to
+    have these environment variables automatically set up in the registry,
+    which is generally a good idea.
 
 
 2.  Grab the latest XEmacs source from