From: Eli Zaretskii Date: Sun, 27 Sep 2009 08:27:57 +0000 (+0000) Subject: (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc, X-Git-Tag: emacs-pretest-23.1.90~1127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=614bd9cfdd0c1faa290e59583d72af2dc3f3d90d;p=emacs.git (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. --- 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 + + * 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 * 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= \