aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-03 11:10:51 +0000
committerEli Zaretskii2007-03-03 11:10:51 +0000
commit309c91ff8c9b6431015f6ec82f6d36e87d30e98e (patch)
treec441fa8d5ddda6f28323b637d1ab4bf6a178c665
parentb08b89d027dd8cd409faee81a066c83ae3c06bc0 (diff)
downloademacs-309c91ff8c9b6431015f6ec82f6d36e87d30e98e.tar.gz
emacs-309c91ff8c9b6431015f6ec82f6d36e87d30e98e.zip
Add URL of another site with detailed build instructions.
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/INSTALL13
2 files changed, 15 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 91696f44b0e..5df79a70fc1 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12007-03-03 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Add URL of another site with detailed build
4 instructions.
5
12007-02-16 Glenn Morris <rgm@gnu.org> 62007-02-16 Glenn Morris <rgm@gnu.org>
2 7
3 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico: 8 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
diff --git a/nt/INSTALL b/nt/INSTALL
index e5ef978a847..cc677c3486d 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -26,7 +26,8 @@
26 command.com /c configure.bat 26 command.com /c configure.bat
27 27
28 3. Run the Make utility suitable for your environment. If you build 28 3. Run the Make utility suitable for your environment. If you build
29 with the Microsoft's Visual C compiler: 29 with the Microsoft's Visual C compiler (but see notes about using
30 VC++ 8.0 and later below):
30 31
31 nmake 32 nmake
32 33
@@ -108,7 +109,8 @@
108 part). 109 part).
109 110
110 Note that building Emacs with Visual Studio 2005 (VC++ 8.0) is not 111 Note that building Emacs with Visual Studio 2005 (VC++ 8.0) is not
111 supported at this time. 112 supported at this time, due to changes introduced by Microsoft into
113 the libraries shipped with the compiler.
112 114
113 The rest of this file assumes you have a working development 115 The rest of this file assumes you have a working development
114 environment. If you just installed such an environment, try 116 environment. If you just installed such an environment, try
@@ -192,9 +194,14 @@
192 194
193 http://www.emacswiki.org/cgi-bin/wiki/WThirtyTwoInstallationKit 195 http://www.emacswiki.org/cgi-bin/wiki/WThirtyTwoInstallationKit
194 196
195 and at this URL: 197 and on these URLs:
196 198
197 http://ourcomments.org/Emacs/w32-build-emacs.html 199 http://ourcomments.org/Emacs/w32-build-emacs.html
200 http://derekslager.com/blog/posts/2007/01/emacs-hack-3-compile-emacs-from-cvs-on-windows.ashx
201
202 The second URL above includes instructions for building with MSVC,
203 as well as with MinGW, while the first URL covers only MinGW, but
204 has more details about it.
198 205
199* Configuring 206* Configuring
200 207