Mercurial > emacs
changeset 50175:1f1ed66e618f
($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 17 Mar 2003 18:54:19 +0000 |
parents | c9dea0d76550 |
children | 45278f351181 |
files | src/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Mon Mar 17 18:51:19 2003 +0000 +++ b/src/makefile.w32-in Mon Mar 17 18:54:19 2003 +0000 @@ -1252,6 +1252,7 @@ $(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)/ccl.h \ @@ -1269,6 +1270,7 @@ $(SRC)/macros.h \ $(SRC)/process.h \ $(SRC)/region-cache.h \ + $(SRC)/systime.h \ $(SRC)/termchar.h \ $(SRC)/termhooks.h \ $(SRC)/w32bdf.h \