diff options
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 @@ | |||
| 1 | 2009-09-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, | ||
| 4 | term/pc-win.elc, emacs-lisp/easymenu.elc, and term/ns-win.elc, to | ||
| 5 | be consistent with src/Makefile.in. | ||
| 6 | |||
| 1 | 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * update-game-score.c (main): Sort scores before trimming them, | 9 | * 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 = \ | |||
| 191 | OTHER_PLATFORM_SUPPORT = \ | 191 | OTHER_PLATFORM_SUPPORT = \ |
| 192 | $(lispsource)dos-fns.elc \ | 192 | $(lispsource)dos-fns.elc \ |
| 193 | $(lispsource)dos-vars.elc \ | 193 | $(lispsource)dos-vars.elc \ |
| 194 | ${lispsource}term/internal.elc \ | ||
| 195 | ${lispsource}term/pc-win.elc \ | ||
| 194 | $(lispsource)x-dnd.elc \ | 196 | $(lispsource)x-dnd.elc \ |
| 195 | $(lispsource)term/x-win.elc | 197 | $(lispsource)term/x-win.elc \ |
| 198 | ${lispsource}emacs-lisp/easymenu.elc \ | ||
| 199 | ${lispsource}term/ns-win.elc | ||
| 196 | 200 | ||
| 197 | 201 | ||
| 198 | lisp1= \ | 202 | lisp1= \ |