# HG changeset patch # User Andrew Innes # Date 949880265 0 # Node ID 1a1bb26a2326aed7f926709c15eee3db0aaa5243 # Parent 2e9293b149dd047c875f42309c9d7e4d604183de Add dependencies on w32gui.h. (OBJ1): Include atimer.obj. ($$(BLD)\atimer.obj): New dependency rule. diff -r 2e9293b149dd -r 1a1bb26a2326 src/makefile.nt --- 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