diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-09-27 08:27:57 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-09-27 08:27:57 +0000 |
commit | 614bd9cfdd0c1faa290e59583d72af2dc3f3d90d (patch) | |
tree | a90238a7e3eeb13db0dc70876aeb6d2c0ea18b69 /lib-src | |
parent | 3208cb35e9e9cb34f1a3c62c07ca0a174863d27f (diff) | |
download | emacs-614bd9cfdd0c1faa290e59583d72af2dc3f3d90d.tar.gz |
(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.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 6 | ||||
-rw-r--r-- | lib-src/makefile.w32-in | 6 |
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= \ |