Mercurial > emacs
changeset 108314:36801ca3bd82
* src/makefile.w32-in: Update dependencies.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 08 May 2010 13:42:01 +0200 |
parents | cda2e3e030af |
children | 8bb62bdbd80a |
files | src/ChangeLog src/makefile.w32-in |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 08 12:29:49 2010 +0300 +++ b/src/ChangeLog Sat May 08 13:42:01 2010 +0200 @@ -1,3 +1,8 @@ +2010-05-08 Juanma Barranquero <lekktu@gmail.com> + + * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)): + Update dependencies. + 2010-05-08 Eli Zaretskii <eliz@gnu.org> * fringe.c (update_window_fringes): Set up truncation bitmaps for
--- a/src/makefile.w32-in Sat May 08 12:29:49 2010 +0300 +++ b/src/makefile.w32-in Sat May 08 13:42:01 2010 +0200 @@ -697,6 +697,7 @@ $(SRC)/commands.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ + $(SRC)/frame.h \ $(SRC)/keyboard.h \ $(SRC)/systime.h \ $(SRC)/w32gui.h @@ -1554,6 +1555,7 @@ $(SRC)/keyboard.h \ $(SRC)/systime.h \ $(SRC)/termhooks.h \ + $(SRC)/w32.h \ $(SRC)/w32font.h \ $(SRC)/w32gui.h \ $(SRC)/w32heap.h \