diff options
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 : \ | |||
| 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 \ |