Mercurial > emacs
changeset 27629:1a1bb26a2326
Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($$(BLD)\atimer.obj): New dependency rule.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 06 Feb 2000 23:37:45 +0000 |
parents | 2e9293b149dd |
children | 95dde6f88b39 |
files | src/makefile.nt |
diffstat | 1 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Sun Feb 06 23:37:44 2000 +0000 +++ b/src/makefile.nt Sun Feb 06 23:37:45 2000 +0000 @@ -85,6 +85,7 @@ OBJ1 = $(BLD)\abbrev.obj \ $(BLD)\alloc.obj \ $(BLD)\alloca.obj \ + $(BLD)\atimer.obj \ $(BLD)\buffer.obj \ $(BLD)\bytecode.obj \ $(BLD)\callint.obj \ @@ -302,6 +303,7 @@ $(EMACS_ROOT)\src\config.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\puresize.h \ @@ -321,6 +323,20 @@ $(SRC)\config.h \ $(SRC)\blockinput.h +$(BLD)\atimer.obj : \ + $(SRC)\atimer.c \ + $(EMACS_ROOT)\src\s\ms-w32.h \ + $(EMACS_ROOT)\src\m\intel386.h \ + $(EMACS_ROOT)\src\config.h \ + $(SRC)\s\ms-w32.h \ + $(SRC)\m\intel386.h \ + $(SRC)\config.h \ + $(SRC)\lisp.h \ + $(SRC)\atimer.h \ + $(SRC)\syssignal.h \ + $(SRC)\systime.h \ + $(SRC)\blockinput.h + $(BLD)\buffer.obj : \ $(SRC)\buffer.c \ $(EMACS_ROOT)\nt\inc\sys\param.h \ @@ -329,6 +345,7 @@ $(EMACS_ROOT)\src\config.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\window.h \ @@ -456,6 +473,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 \ @@ -487,6 +505,7 @@ $(EMACS_ROOT)\nt\inc\pwd.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -502,6 +521,7 @@ $(SRC)\lisp.h \ $(SRC)\commands.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ @@ -533,6 +553,7 @@ $(SRC)\vmsdir.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -589,6 +610,7 @@ $(SRC)\buffer.h \ $(SRC)\keyboard.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -646,6 +668,7 @@ $(SRC)\termopts.h \ $(SRC)\disptab.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\region-cache.h \ $(SRC)\composite.h @@ -657,6 +680,7 @@ $(EMACS_ROOT)\src\config.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -670,6 +694,7 @@ $(EMACS_ROOT)\src\config.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\buffer.h \ $(SRC)\puresize.h @@ -701,6 +726,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 @@ -765,6 +791,7 @@ $(SRC)\commands.h \ $(SRC)\buffer.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\frame.h \ $(SRC)\window.h \ $(SRC)\syntax.h @@ -804,6 +831,7 @@ $(SRC)\blockinput.h \ $(SRC)\termhooks.h \ $(SRC)\w32heap.h \ + $(SRC)\w32gui.h \ $(SRC)\w32term.h $(BLD)\w32proc.obj : \ @@ -843,6 +871,7 @@ $(SRC)\process.h \ $(SRC)\termchar.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h @@ -911,6 +940,7 @@ $(SRC)\termchar.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\frame.h $(BLD)\search.obj : \ @@ -976,6 +1006,7 @@ $(SRC)\termchar.h \ $(SRC)\termopts.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\process.h \ $(SRC)\vmsdir.h \ $(SRC)\ndir.h \ @@ -1018,6 +1049,7 @@ $(EMACS_ROOT)\src\config.h \ $(SRC)\lisp.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h \ $(SRC)\buffer.h \ @@ -1082,6 +1114,7 @@ $(SRC)\xterm.h \ $(SRC)\frame.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\widget.h \ $(SRC)\widgetprv.h @@ -1117,6 +1150,7 @@ $(SRC)\disptab.h \ $(SRC)\termhooks.h \ $(SRC)\dispextern.h \ + $(SRC)\w32gui.h \ $(SRC)\intervals.h \ $(SRC)\composite.h