Mercurial > emacs
changeset 23680:02e5da32da56
($(BLD)\w32inevt.obj): Add dependencies on w32term.h
and w32heap.h.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 10 Nov 1998 20:54:31 +0000 |
parents | 3d02c8b4b525 |
children | af0276da2059 |
files | src/makefile.nt |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Tue Nov 10 20:52:20 1998 +0000 +++ b/src/makefile.nt Tue Nov 10 20:54:31 1998 +0000 @@ -801,7 +801,9 @@ $(SRC)\lisp.h \ $(SRC)\frame.h \ $(SRC)\blockinput.h \ - $(SRC)\termhooks.h + $(SRC)\termhooks.h \ + $(SRC)\w32heap.h \ + $(SRC)\w32term.h $(BLD)\w32proc.obj : \ $(SRC)\w32proc.c \