summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-10-17 23:07:59 +0200
committerEli Zaretskii <eliz@gnu.org>2012-10-17 23:07:59 +0200
commit8cd879af4a393715c1c7f44a174248e85f7810ab (patch)
treef0779e2a9c855ccba82628f6bcda43ef0d800ff3 /src/makefile.w32-in
parent37a4dabe8aaa51e15cf63e43710ee4b8f35d434b (diff)
parenta68089e4a4dd41c9b838d82d1d96d971b01398c8 (diff)
downloademacs-8cd879af4a393715c1c7f44a174248e85f7810ab.tar.gz
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 3e817fd58ca..7cb6667c7ea 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -736,6 +736,7 @@ $(BLD)/dispnew.$(O) : \
$(SRC)/disptab.h \
$(SRC)/indent.h \
$(SRC)/termchar.h \
+ $(SRC)/w32.h \
$(NT_INC)/unistd.h \
$(BUFFER_H) \
$(CHARACTER_H) \
@@ -833,6 +834,7 @@ $(BLD)/fileio.$(O) : \
$(SRC)/fileio.c \
$(SRC)/blockinput.h \
$(SRC)/commands.h \
+ $(SRC)/w32.h \
$(NT_INC)/pwd.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/sys/stat.h \
@@ -1174,6 +1176,7 @@ $(BLD)/w32.$(O) : \
$(SRC)/w32.h \
$(SRC)/w32common.h \
$(SRC)/w32heap.h \
+ $(SRC)/w32select.h \
$(NT_INC)/pwd.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/sys/time.h \
@@ -1429,6 +1432,7 @@ $(BLD)/term.$(O) : \
$(SYSSIGNAL_H) \
$(SYSTTY_H) \
$(TERMHOOKS_H) \
+ $(W32TERM_H) \
$(WINDOW_H)
$(BLD)/terminal.$(O) : \
@@ -1469,13 +1473,16 @@ $(BLD)/undo.$(O) : \
$(BLD)/unexw32.$(O) : \
$(SRC)/unexw32.c \
$(SRC)/unexec.h \
+ $(SRC)/w32.h \
$(SRC)/w32common.h \
$(SRC)/w32heap.h \
+ $(LISP_H) \
$(CONFIG_H)
$(BLD)/vm-limit.$(O) : \
$(SRC)/vm-limit.c \
$(SRC)/mem-limits.h \
+ $(SRC)/w32heap.h \
$(NT_INC)/unistd.h \
$(CONFIG_H) \
$(LISP_H)