diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e4a1a3ea576..2fd6b9705e9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * makefile.w32-in: Use parenthesis for macros for nmake | ||
| 4 | compatibility. | ||
| 5 | |||
| 1 | 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) | 6 | 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) |
| 2 | 7 | ||
| 3 | * etags.c (absolute_filename): Use memove if we have it for | 8 | * etags.c (absolute_filename): Use memove if we have it for |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 17698f3f859..e7d5ad759ab 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -191,8 +191,8 @@ 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 \ | 194 | $(lispsource)term/internal.elc \ |
| 195 | ${lispsource}term/pc-win.elc \ | 195 | $(lispsource)term/pc-win.elc \ |
| 196 | $(lispsource)x-dnd.elc \ | 196 | $(lispsource)x-dnd.elc \ |
| 197 | $(lispsource)term/x-win.elc \ | 197 | $(lispsource)term/x-win.elc \ |
| 198 | ${lispsource}emacs-lisp/easymenu.elc \ | 198 | ${lispsource}emacs-lisp/easymenu.elc \ |