summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lib-src/makefile.w32-in6
2 files changed, 11 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 93cd999509e..fac1fa970e4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-27 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,
+ term/pc-win.elc, emacs-lisp/easymenu.elc, and term/ns-win.elc, to
+ be consistent with src/Makefile.in.
+
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
* update-game-score.c (main): Sort scores before trimming them,
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index dfbc6324c2a..ee5f1d7710c 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -191,8 +191,12 @@ WINDOW_SUPPORT = \
OTHER_PLATFORM_SUPPORT = \
$(lispsource)dos-fns.elc \
$(lispsource)dos-vars.elc \
+ ${lispsource}term/internal.elc \
+ ${lispsource}term/pc-win.elc \
$(lispsource)x-dnd.elc \
- $(lispsource)term/x-win.elc
+ $(lispsource)term/x-win.elc \
+ ${lispsource}emacs-lisp/easymenu.elc \
+ ${lispsource}term/ns-win.elc
lisp1= \