aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/nt/README-ftp-server11
1 files changed, 7 insertions, 4 deletions
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index 0d3d550f563..a15788f5714 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -60,9 +60,12 @@
60 file, plus temacs.exe and dump.bat, which are required if you want to 60 file, plus temacs.exe and dump.bat, which are required if you want to
61 redump emacs without recompiling it. 61 redump emacs without recompiling it.
62 62
63 + libxpm-src.zip 63 + libxpm-3.5.7-w32-src.zip
64 Source code for libXpm-X11R7.2-3.5.6 modified to compile on Windows. 64 Source code required to compile libXpm-3.5.7 on Windows. Contains
65 This corresponds to the libXpm.dll in emacs-22.2-bin-i386.zip 65 a basic Makefile for compiling with mingw32 and a .def file for
66 generating a DLL with the appropriate exports in addition to the
67 source code to provide the subset of functionality Emacs uses from
68 libXpm. This corresponds to the libXpm.dll in emacs-22.2-bin-i386.zip
66 and emacs-22.2-barebin-i386.zip. 69 and emacs-22.2-barebin-i386.zip.
67 70
68 71
@@ -93,7 +96,7 @@
93 the black and white versions of the toolbar icons. 96 the black and white versions of the toolbar icons.
94 97
95 XPM: a Windows port of the XPM library corresponding to the x.org 98 XPM: a Windows port of the XPM library corresponding to the x.org
96 release of X11R7.2 is included with the binary distribution, but 99 release of X11R7.3 is included with the binary distribution, but
97 can be replaced by other versions with the name xpm4.dll, 100 can be replaced by other versions with the name xpm4.dll,
98 libxpm-nox4.dll or libxpm.dll. 101 libxpm-nox4.dll or libxpm.dll.
99 102