# HG changeset patch # User Richard M. Stallman # Date 799914156 0 # Node ID 422c7ecfe205dddfe56c33672f9f3eaae7af5679 # Parent b911d6f7566479e6bb1d650c866903af96241e45 (region-cache.obj,vm-limit.obj): Dependencies defined. (OBJ1): Don't compile xfaces.c. (buffer.obj,indent.obj,search.obj): Add region-cache.h dependency. diff -r b911d6f75664 -r 422c7ecfe205 src/makefile.nt --- a/src/makefile.nt Mon May 08 04:59:49 1995 +0000 +++ b/src/makefile.nt Mon May 08 06:22:36 1995 +0000 @@ -76,7 +76,6 @@ $(BLD)\macros.obj \ $(BLD)\marker.obj \ $(BLD)\minibuf.obj \ - $(BLD)\xfaces.obj \ $(BLD)\mocklisp.obj OBJ2 = $(BLD)\nt.obj \ @@ -253,7 +252,8 @@ $(SRC)\commands.h \ $(SRC)\buffer.h \ $(SRC)\indent.h \ - $(SRC)\blockinput.h + $(SRC)\blockinput.h \ + $(SRC)\region-cache.h $(BLD)\bytecode.obj : \ $(SRC)\bytecode.c \ @@ -558,7 +558,8 @@ $(SRC)\termopts.h \ $(SRC)\disptab.h \ $(SRC)\dispextern.h \ - $(SRC)\intervals.h + $(SRC)\intervals.h \ + $(SRC)\region-cache.h $(BLD)\insdel.obj : \ $(SRC)\insdel.c \ @@ -789,6 +790,15 @@ $(SRC)\syntax.h \ $(SRC)\regex.h +$(BLD)\region-cache.obj : \ + $(SRC)\region-cache.c \ + $(EMACS_ROOT)\src\s\windowsnt.h \ + $(EMACS_ROOT)\src\m\intel386.h \ + $(EMACS_ROOT)\src\config.h \ + $(SRC)\lisp.h \ + $(SRC)\buffer.h \ + $(SRC)\region-cache.h + $(BLD)\scroll.obj : \ $(SRC)\scroll.c \ $(EMACS_ROOT)\src\s\windowsnt.h \ @@ -809,7 +819,8 @@ $(SRC)\buffer.h \ $(SRC)\commands.h \ $(SRC)\blockinput.h \ - $(SRC)\regex.h + $(SRC)\regex.h \ + $(SRC)\region-cache.h $(BLD)\strftime.obj : \ $(SRC)\strftime.c \ @@ -925,6 +936,13 @@ $(SRC)\unexnt.c \ $(SRC)\ntheap.h +$(BLD)\vm-limit.obj : \ + $(SRC)\vm-limit.c \ + $(EMACS_ROOT)\src\s\windowsnt.h \ + $(EMACS_ROOT)\src\m\intel386.h \ + $(EMACS_ROOT)\src\config.h \ + $(SRC)\mem-limits.h + $(BLD)\widget.obj : \ $(SRC)\widget.c \ $(EMACS_ROOT)\src\s\windowsnt.h \