diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-11-10 20:54:31 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-11-10 20:54:31 +0000 |
commit | f791da1d45c76c873b09b20e7fe2b70e3d0bfd39 (patch) | |
tree | e4b9f18cd7550ccb1aaf586b0ad086747909ad3c /src/makefile.nt | |
parent | 29a2c30ff67263ad887a15b2d6c728505ee656a0 (diff) | |
download | emacs-f791da1d45c76c873b09b20e7fe2b70e3d0bfd39.tar.gz |
($(BLD)\w32inevt.obj): Add dependencies on w32term.h
and w32heap.h.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index c91b61886fd..3af4696a075 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -801,7 +801,9 @@ $(BLD)\w32inevt.obj : \ $(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 \ |