comparison 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
comparison
equal deleted inserted replaced
23679:3d02c8b4b525 23680:02e5da32da56
799 $(SRC)\m\intel386.h \ 799 $(SRC)\m\intel386.h \
800 $(SRC)\config.h \ 800 $(SRC)\config.h \
801 $(SRC)\lisp.h \ 801 $(SRC)\lisp.h \
802 $(SRC)\frame.h \ 802 $(SRC)\frame.h \
803 $(SRC)\blockinput.h \ 803 $(SRC)\blockinput.h \
804 $(SRC)\termhooks.h 804 $(SRC)\termhooks.h \
805 $(SRC)\w32heap.h \
806 $(SRC)\w32term.h
805 807
806 $(BLD)\w32proc.obj : \ 808 $(BLD)\w32proc.obj : \
807 $(SRC)\w32proc.c \ 809 $(SRC)\w32proc.c \
808 $(SRC)\s\ms-w32.h \ 810 $(SRC)\s\ms-w32.h \
809 $(SRC)\m\intel386.h \ 811 $(SRC)\m\intel386.h \