diff options
| author | Eli Zaretskii | 2007-03-31 10:40:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-31 10:40:19 +0000 |
| commit | 5376eb82e489921d2ece1dc42dbf9c8ebcbd0c02 (patch) | |
| tree | f8eb107b1e77da82317e6c64ecc887d85f042114 /nt | |
| parent | 89a4f43fac074627e3797ce3ff5b7ea9065aa776 (diff) | |
| download | emacs-5376eb82e489921d2ece1dc42dbf9c8ebcbd0c02.tar.gz emacs-5376eb82e489921d2ece1dc42dbf9c8ebcbd0c02.zip | |
Mention the VCVARS32.BAT batch file for VS.NET users.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index dc88bfd9975..fe5381a6f21 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -123,7 +123,10 @@ | |||
| 123 | The rest of this file assumes you have a working development | 123 | The rest of this file assumes you have a working development |
| 124 | environment. If you just installed such an environment, try | 124 | environment. If you just installed such an environment, try |
| 125 | building a trivial C "Hello world" program, and see if it works. If | 125 | building a trivial C "Hello world" program, and see if it works. If |
| 126 | it doesn't work, resolve that problem first! | 126 | it doesn't work, resolve that problem first! If you use Microsoft |
| 127 | Visual Studio .NET 2003, don't forget to run the VCVARS32.BAT batch | ||
| 128 | file from the `Bin' subdirectory of the directory where you have | ||
| 129 | installed VS.NET. | ||
| 127 | 130 | ||
| 128 | If you use the MinGW port of GCC and GNU Make to build Emacs, there | 131 | If you use the MinGW port of GCC and GNU Make to build Emacs, there |
| 129 | are some compatibility issues wrt Make and the shell that is run by | 132 | are some compatibility issues wrt Make and the shell that is run by |