aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-07-05 22:49:10 +0000
committerJuanma Barranquero2008-07-05 22:49:10 +0000
commitda007124019814d652054defd4158d51cb5017a5 (patch)
tree030767bfe6894eb72d8a76546061114a116f0689 /lib-src
parent0421a7a78070479cda40ad44cfd2f1ac6879c640 (diff)
downloademacs-da007124019814d652054defd4158d51cb5017a5.tar.gz
emacs-da007124019814d652054defd4158d51cb5017a5.zip
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 5 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 854b01a0c1d..5a7f62f6821 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12008-07-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
4 Remove vmsproc.el and vms-patch.el.
5
12008-06-26 Juanma Barranquero <lekktu@gmail.com> 62008-06-26 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * makefile.w32-in (obj): Remove w32bdf.o. 8 * makefile.w32-in (obj): Remove w32bdf.o.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 12d264df1a0..abd3fa5a9be 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -192,8 +192,6 @@ OTHER_PLATFORM_SUPPORT = \
192 $(lispsource)dos-vars.elc \ 192 $(lispsource)dos-vars.elc \
193 $(lispsource)international/ccl.elc \ 193 $(lispsource)international/ccl.elc \
194 $(lispsource)international/codepage.elc \ 194 $(lispsource)international/codepage.elc \
195 $(lispsource)vmsproc.el \
196 $(lispsource)vms-patch.el \
197 $(lispsource)x-dnd.elc \ 195 $(lispsource)x-dnd.elc \
198 $(lispsource)term/x-win.elc 196 $(lispsource)term/x-win.elc
199 197