1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.

This commit is contained in:
Juanma Barranquero 2003-03-17 18:56:53 +00:00
parent cad6f96acf
commit 8cb9dfbfc5
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-03-17 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
and files included from it.
2003-03-16 Jason Rumney <jasonr@gnu.org>
* w32gui.h: Use HDC for Display.

View file

@ -1252,6 +1252,7 @@ $(BLD)/xdisp.$(O) : \
$(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 @@ $(BLD)/xdisp.$(O) : \
$(SRC)/macros.h \
$(SRC)/process.h \
$(SRC)/region-cache.h \
$(SRC)/systime.h \
$(SRC)/termchar.h \
$(SRC)/termhooks.h \
$(SRC)/w32bdf.h \