aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-05-19 08:01:36 +0000
committerEli Zaretskii2007-05-19 08:01:36 +0000
commit55fcf5c6d4334691ed602decfcc8728bcbc373e0 (patch)
tree48d6ec4fe86030cae51d9233d5d8248eedab9bcd
parent1d5bcd55d51e0621d9344ff9445b1cbc49eea79a (diff)
downloademacs-55fcf5c6d4334691ed602decfcc8728bcbc373e0.tar.gz
emacs-55fcf5c6d4334691ed602decfcc8728bcbc373e0.zip
Fix URL of EmacsW32 site where building with image support is described.
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/INSTALL8
2 files changed, 11 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c5ad2555bbe..bec92ba17c5 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12007-05-19 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Fix URL of EmacsW32 site where building with image
4 support is described.
5
12007-03-31 Eli Zaretskii <eliz@gnu.org> 62007-03-31 Eli Zaretskii <eliz@gnu.org>
2 7
3 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. 8 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
diff --git a/nt/INSTALL b/nt/INSTALL
index c9afa8f5de3..7449323ace1 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -271,8 +271,12 @@
271 Binaries for the image libraries (among many others) can be found at 271 Binaries for the image libraries (among many others) can be found at
272 the GnuWin32 project. These are built with MinGW, but they can be 272 the GnuWin32 project. These are built with MinGW, but they can be
273 used with both GCC/MinGW and MSVC builds of Emacs. See the info on 273 used with both GCC/MinGW and MSVC builds of Emacs. See the info on
274 http://ourcomments.org/Emacs/EmacsW32.html for more details about 274 http://ourcomments.org/Emacs/w32-build-emacs.html, under "How to Get
275 installing image support libraries. 275 Images Support", for more details about installing image support
276 libraries. Note specifically that, due to some packaging snafus in
277 the GnuWin32-supplied image libraries, you will need to download
278 _source_ packages for some of the libraries in order to get the
279 header files necessary for building Emacs with image support.
276 280
277* Building 281* Building
278 282