# HG changeset patch # User Andrew Innes # Date 925639895 0 # Node ID 6c9eaa09906c5e6c159979b6ec63614554ce9486 # Parent 6156dc5f5ce095bfd08a7834f4f2bf09032078ed ($(BLD)\w32term.obj): Add dependency on w32heap.h. diff -r 6156dc5f5ce0 -r 6c9eaa09906c src/makefile.nt --- a/src/makefile.nt Sun May 02 10:05:22 1999 +0000 +++ b/src/makefile.nt Sun May 02 10:11:35 1999 +0000 @@ -1148,6 +1148,7 @@ $(SRC)\w32term.c \ $(SRC)\lisp.h \ $(SRC)\blockinput.h \ + $(SRC)\w32heap.h \ $(SRC)\w32term.h \ $(SRC)\w32gui.h \ $(SRC)\systty.h \