mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
($(BLD)\w32inevt.obj): Add dependencies on w32term.h
and w32heap.h.
This commit is contained in:
parent
29a2c30ff6
commit
f791da1d45
1 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue