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:
parent
3208cb35e9
commit
614bd9cfdd
@ -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,
|
||||
|
@ -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= \
|
||||
|
Loading…
Reference in New Issue
Block a user