Mercurial > emacs
changeset 54221:9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 01 Mar 2004 18:47:50 +0000 |
parents | 50ba59282051 |
children | 99e2ecf982f6 |
files | src/makefile.w32-in |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Mon Mar 01 18:46:48 2004 +0000 +++ b/src/makefile.w32-in Mon Mar 01 18:47:50 2004 +0000 @@ -723,6 +723,21 @@ $(SRC)/w32term.h \ $(SRC)/window.h +$(BLD)/fringe.$(O) : \ + $(SRC)/fringe.c \ + $(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)/dispextern.h \ + $(SRC)/frame.h \ + $(SRC)/systime.h \ + $(SRC)/w32bdf.h \ + $(SRC)/w32gui.h \ + $(SRC)/window.h + $(BLD)/gmalloc.$(O) : \ $(SRC)/gmalloc.c \ $(EMACS_ROOT)/src/s/ms-w32.h \