aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2007-03-04 06:19:40 +0000
committerMiles Bader2007-03-04 06:19:40 +0000
commit70fff7b1002401c91fe8d6df6491e1ae1f71e02c (patch)
treee348ed422579ef028033ea51045d35d2a8f09ba3 /nt
parent9e53076ea9d9f18f9fbdf28d79958691720b446f (diff)
parentd2d64bc314369ffd3f97f029e26f9650b76b8302 (diff)
downloademacs-70fff7b1002401c91fe8d6df6491e1ae1f71e02c.tar.gz
emacs-70fff7b1002401c91fe8d6df6491e1ae1f71e02c.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 653-661) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 203-206) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-180
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/INSTALL28
-rw-r--r--nt/emacs.rc8
3 files changed, 27 insertions, 14 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 b0a1d923520..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
@@ -99,15 +100,17 @@
99 100
100* Supported development environments 101* Supported development environments
101 102
102 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or 103 To compile Emacs, you will need either Microsoft Visual C++ 2.0, or
103 later and nmake, or a Windows port of GCC 2.95 or later with MinGW 104 later up to 7.0, and nmake, or a Windows port of GCC 2.95 or later
104 and W32 API support and a port of GNU Make. You can use the Cygwin 105 with MinGW and W32 API support and a port of GNU Make. You can use
105 ports of GCC, but Emacs requires the MinGW headers and libraries to 106 the Cygwin ports of GCC, but Emacs requires the MinGW headers and
106 build (latest versions of the Cygwin toolkit, at least since v1.3.3, 107 libraries to build (latest versions of the Cygwin toolkit, at least
107 include the MinGW headers and libraries as an integral part). 108 since v1.3.3, include the MinGW headers and libraries as an integral
109 part).
108 110
109 Note that building Emacs with Visual Studio 2005 is not supported at 111 Note that building Emacs with Visual Studio 2005 (VC++ 8.0) is not
110 this time. 112 supported at this time, due to changes introduced by Microsoft into
113 the libraries shipped with the compiler.
111 114
112 The rest of this file assumes you have a working development 115 The rest of this file assumes you have a working development
113 environment. If you just installed such an environment, try 116 environment. If you just installed such an environment, try
@@ -191,9 +194,14 @@
191 194
192 http://www.emacswiki.org/cgi-bin/wiki/WThirtyTwoInstallationKit 195 http://www.emacswiki.org/cgi-bin/wiki/WThirtyTwoInstallationKit
193 196
194 and at this URL: 197 and on these URLs:
195 198
196 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.
197 205
198* Configuring 206* Configuring
199 207
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 85e74c7a9d6..60ad01bd0aa 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico
6#endif 6#endif
7 7
8VS_VERSION_INFO VERSIONINFO 8VS_VERSION_INFO VERSIONINFO
9 FILEVERSION 22,0,94,0 9 FILEVERSION 22,0,95,0
10 PRODUCTVERSION 22,0,94,0 10 PRODUCTVERSION 22,0,95,0
11 FILEFLAGSMASK 0x3FL 11 FILEFLAGSMASK 0x3FL
12#ifdef EMACSDEBUG 12#ifdef EMACSDEBUG
13 FILEFLAGS 0x1L 13 FILEFLAGS 0x1L
@@ -24,12 +24,12 @@ BEGIN
24 BEGIN 24 BEGIN
25 VALUE "CompanyName", "Free Software Foundation\0" 25 VALUE "CompanyName", "Free Software Foundation\0"
26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" 26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
27 VALUE "FileVersion", "22, 0, 94, 0\0" 27 VALUE "FileVersion", "22, 0, 95, 0\0"
28 VALUE "InternalName", "Emacs\0" 28 VALUE "InternalName", "Emacs\0"
29 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" 29 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0"
30 VALUE "OriginalFilename", "emacs.exe" 30 VALUE "OriginalFilename", "emacs.exe"
31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" 31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
32 VALUE "ProductVersion", "22, 0, 94, 0\0" 32 VALUE "ProductVersion", "22, 0, 95, 0\0"
33 VALUE "OLESelfRegister", "\0" 33 VALUE "OLESelfRegister", "\0"
34 END 34 END
35 END 35 END