From c7d49f531c583d0611ac82d179ee1beb4dcae746 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 21 Oct 2000 13:23:23 +0000 Subject: [PATCH] ($(BLD)\dispnew.obj): ($(BLD)\keyboard.obj): ($(BLD)\w32inevt.obj): ($(BLD)\w32bdf.obj): ($(BLD)\alloc.obj): ($(BLD)\buffer.obj): ($(BLD)\editfns.obj): ($(BLD)\emacs.obj): ($(BLD)\fileio.obj): ($(BLD)\fns.obj): ($(BLD)\indent.obj): ($(BLD)\insdel.obj): ($(BLD)\intervals.obj): ($(BLD)\minibuf.obj): ($(BLD)\print.obj): ($(BLD)\scroll.obj): ($(BLD)\sysdep.obj): ($(BLD)\textprop.obj): ($(BLD)\widget.obj): ($(BLD)\xdisp.obj): Add dependency on w32gui.h. ($(BLD)\term.obj): Add dependency on dispextern.h --- src/makefile.nt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/makefile.nt b/src/makefile.nt index b9d3e165c27..cd7419f49a0 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -332,6 +332,7 @@ $(BLD)\alloc.obj : \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\puresize.h \ @@ -371,6 +372,7 @@ $(BLD)\buffer.obj : \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\frame.h \ @@ -501,6 +503,7 @@ $(BLD)\dispnew.obj : \ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(SRC)\systty.h \ $(SRC)\w32term.h \ + $(SRC)\w32gui.h \ $(SRC)\xterm.h \ $(SRC)\vmstime.h \ $(SRC)\systime.h @@ -541,6 +544,7 @@ $(BLD)\editfns.obj : \ $(SRC)\vms-pwd.h \ $(EMACS_ROOT)\nt\inc\pwd.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -555,6 +559,7 @@ $(BLD)\emacs.obj : \ $(EMACS_ROOT)\src\config.h \ $(SRC)\commands.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ @@ -584,6 +589,7 @@ $(BLD)\fileio.obj : \ $(EMACS_ROOT)\nt\inc\sys\param.h \ $(SRC)\vmsdir.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -637,6 +643,7 @@ $(BLD)\fns.obj : \ $(SRC)\buffer.h \ $(SRC)\keyboard.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -692,6 +699,7 @@ $(BLD)\indent.obj : \ $(SRC)\termopts.h \ $(SRC)\disptab.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\region-cache.h \ $(SRC)\composite.h @@ -702,6 +710,7 @@ $(BLD)\insdel.obj : \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -714,6 +723,7 @@ $(BLD)\intervals.obj : \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\keyboard.h \ @@ -745,6 +755,7 @@ $(BLD)\keyboard.obj : \ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(SRC)\systty.h \ $(SRC)\w32term.h \ + $(SRC)\w32gui.h \ $(SRC)\xterm.h \ $(SRC)\vmstime.h \ $(SRC)\systime.h \ @@ -805,6 +816,7 @@ $(BLD)\minibuf.obj : \ $(SRC)\commands.h \ $(SRC)\buffer.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\frame.h \ $(SRC)\window.h \ $(SRC)\syntax.h @@ -841,7 +853,8 @@ $(BLD)\w32inevt.obj : \ $(SRC)\blockinput.h \ $(SRC)\termhooks.h \ $(SRC)\w32heap.h \ - $(SRC)\w32term.h + $(SRC)\w32term.h \ + $(SRC)\w32gui.h $(BLD)\w32proc.obj : \ $(SRC)\w32proc.c \ @@ -877,6 +890,7 @@ $(BLD)\print.obj : \ $(SRC)\process.h \ $(SRC)\termchar.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -941,6 +955,7 @@ $(BLD)\scroll.obj : \ $(EMACS_ROOT)\src\config.h \ $(SRC)\termchar.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\frame.h $(BLD)\search.obj : \ @@ -1002,6 +1017,7 @@ $(BLD)\sysdep.obj : \ $(SRC)\termchar.h \ $(SRC)\termopts.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\process.h \ $(SRC)\vmsdir.h \ $(SRC)\ndir.h \ @@ -1023,6 +1039,7 @@ $(BLD)\term.obj : \ $(SRC)\cm.h \ $(SRC)\frame.h \ $(SRC)\disptab.h \ + $(SRC)/dispextern.h \ $(SRC)\termhooks.h \ $(SRC)\keyboard.h @@ -1042,6 +1059,7 @@ $(BLD)\textprop.obj : \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -1083,6 +1101,7 @@ $(BLD)\widget.obj : \ $(SRC)\xterm.h \ $(SRC)\frame.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\widget.h \ $(SRC)\widgetprv.h @@ -1116,6 +1135,7 @@ $(BLD)\xdisp.obj : \ $(SRC)\disptab.h \ $(SRC)\termhooks.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -1233,6 +1253,7 @@ $(BLD)\w32bdf.obj: \ $(SRC)\blockinput.h \ $(SRC)\w32gui.h \ $(SRC)\w32term.h \ + $(SRC)\w32gui.h \ $(SRC)\w32bdf.h \ $(SRC)\w32.h \ $(SRC)\frame.h \ -- 2.39.2