Mercurial > emacs
changeset 50379:25bbed3e1418
($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 31 Mar 2003 21:31:05 +0000 |
parents | 6e0c9823bcc0 |
children | 9e5f53e63f8b |
files | src/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Mon Mar 31 21:23:45 2003 +0000 +++ b/src/makefile.w32-in Mon Mar 31 21:31:05 2003 +0000 @@ -715,6 +715,8 @@ $(EMACS_ROOT)/src/s/ms-w32.h \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ + $(SRC)/atimer.h \ + $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ @@ -722,6 +724,7 @@ $(SRC)/fontset.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ + $(SRC)/systime.h \ $(SRC)/termhooks.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \