diff src/makefile.nt @ 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 9e10a92252d9
children ce563c147515
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 \