]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify that building with MSVC requires nmake.
authorJason Rumney <jasonr@gnu.org>
Thu, 24 May 2001 21:23:05 +0000 (21:23 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 24 May 2001 21:23:05 +0000 (21:23 +0000)
nt/ChangeLog
nt/INSTALL

index 9026479d4f9f69126eb8486723694e2cac0782bf..65bf35b0af3b73601e3baeab5bd08debe6ee27ba 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-24  Jason Rumney  <jasonr@gnu.org>
+
+       * INSTALL: Clarify that building with MSVC requires nmake.
+
 2001-05-17  Andrew Innes  <andrewi@gnu.org>
 
        * gmake.defs (NEW_CYGWIN): Output message about spurious error
index d1969fd7dfc6c98f4ab1a0bdc4654461d13cdf99..e5a5b009d1fd0737e3c7475e830f9296eeaedc24 100644 (file)
@@ -5,9 +5,10 @@
   See the end of the file for copying permissions.
 
   To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
-  later, or a Windows port of GCC 2.95 or later with Mingw and W32 API
-  support and a port of GNU make.  You can use the Cygwin ports of GCC,
-  but Emacs requires the Mingw headers and libraries to build.
+  later and nmake, or a Windows port of GCC 2.95 or later with Mingw
+  and W32 API support and a port of GNU make.  You can use the Cygwin
+  ports of GCC, but Emacs requires the Mingw headers and libraries to
+  build.
 
   If you build Emacs on Windows 9X or ME, not on Windows 2000 or
   Windows NT, we suggest to install the Cygwin port of Bash.