diff options
| author | Eli Zaretskii | 2010-11-10 15:39:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-10 15:39:17 +0200 |
| commit | d226db8cfea69387f7120ad87a0e90f3513e5d31 (patch) | |
| tree | 38d37232564a81b9c96ebfc379a13306fad95103 | |
| parent | 2098928531c8dd5d930ed49c9b9c37f477c32771 (diff) | |
| download | emacs-d226db8cfea69387f7120ad87a0e90f3513e5d31.tar.gz emacs-d226db8cfea69387f7120ad87a0e90f3513e5d31.zip | |
Document non-support for MSVC versions later than 8.0.
| -rw-r--r-- | nt/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index da36b4e3390..83986c4e7c2 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -105,9 +105,9 @@ | |||
| 105 | since v1.3.3, include the MinGW headers and libraries as an integral | 105 | since v1.3.3, include the MinGW headers and libraries as an integral |
| 106 | part). | 106 | part). |
| 107 | 107 | ||
| 108 | Note that building Emacs with Visual Studio 2005 (VC++ 8.0) is not | 108 | Note that building Emacs with Visual Studio 2005 (VC++ 8.0) and |
| 109 | supported at this time, due to changes introduced by Microsoft into | 109 | later is not supported at this time, due to changes introduced by |
| 110 | the libraries shipped with the compiler. | 110 | Microsoft into the libraries shipped with the compiler. |
| 111 | 111 | ||
| 112 | The rest of this file assumes you have a working development | 112 | The rest of this file assumes you have a working development |
| 113 | environment. If you just installed such an environment, try | 113 | environment. If you just installed such an environment, try |