Mercurial > emacs
changeset 32718:d88696b90195
($(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
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 21 Oct 2000 13:23:23 +0000 |
parents | c2eaf354c3ba |
children | e6e8694bf692 |
files | src/makefile.nt |
diffstat | 1 files changed, 22 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Sat Oct 21 13:20:17 2000 +0000 +++ b/src/makefile.nt Sat Oct 21 13:23:23 2000 +0000 @@ -332,6 +332,7 @@ $(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 @@ $(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 @@ $(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 @@ $(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 @@ $(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 @@ $(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 @@ $(SRC)\buffer.h \ $(SRC)\keyboard.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -692,6 +699,7 @@ $(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 @@ $(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 @@ $(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 @@ $(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 @@ $(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 @@ $(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 @@ $(SRC)\process.h \ $(SRC)\termchar.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -941,6 +955,7 @@ $(EMACS_ROOT)\src\config.h \ $(SRC)\termchar.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\frame.h $(BLD)\search.obj : \ @@ -1002,6 +1017,7 @@ $(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 @@ $(SRC)\cm.h \ $(SRC)\frame.h \ $(SRC)\disptab.h \ + $(SRC)/dispextern.h \ $(SRC)\termhooks.h \ $(SRC)\keyboard.h @@ -1042,6 +1059,7 @@ $(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 @@ $(SRC)\xterm.h \ $(SRC)\frame.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\widget.h \ $(SRC)\widgetprv.h @@ -1116,6 +1135,7 @@ $(SRC)\disptab.h \ $(SRC)\termhooks.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -1233,6 +1253,7 @@ $(SRC)\blockinput.h \ $(SRC)\w32gui.h \ $(SRC)\w32term.h \ + $(SRC)\w32gui.h \ $(SRC)\w32bdf.h \ $(SRC)\w32.h \ $(SRC)\frame.h \