1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(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.
This commit is contained in:
Eli Zaretskii 2009-09-27 08:27:57 +00:00
parent 3208cb35e9
commit 614bd9cfdd
2 changed files with 11 additions and 1 deletions

View File

@ -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,

View File

@ -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= \