summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-10-08 15:36:06 +0200
committerEli Zaretskii <eliz@gnu.org>2012-10-08 15:36:06 +0200
commiteb3abb6141b91f4d940233979d7538ba4c3d1976 (patch)
tree3202ce162039907f092f425f03d8a044ef5cb204 /src/makefile.w32-in
parent7014794467aac02be3a935a093e1bfb8ad410c12 (diff)
parent15c720a3607ccbac1a5ff4bd10810f9342db0ad1 (diff)
downloademacs-eb3abb6141b91f4d940233979d7538ba4c3d1976.tar.gz
Merge from trunk after addition of w32common.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 5fc5b6ece46..29b7925f1b9 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1173,6 +1173,7 @@ $(BLD)/w32.$(O) : \
$(SRC)/w32.c \
$(SRC)/ndir.h \
$(SRC)/w32.h \
+ $(SRC)/w32common.h \
$(SRC)/w32heap.h \
$(NT_INC)/pwd.h \
$(NT_INC)/sys/file.h \
@@ -1191,6 +1192,7 @@ $(BLD)/w32.$(O) : \
$(BLD)/w32heap.$(O) : \
$(SRC)/w32heap.c \
$(SRC)/w32heap.h \
+ $(SRC)/w32common.h \
$(CONFIG_H) \
$(LISP_H)
@@ -1213,6 +1215,7 @@ $(BLD)/w32proc.$(O) : \
$(SRC)/w32proc.c \
$(SRC)/syswait.h \
$(SRC)/w32.h \
+ $(SRC)/w32common.h \
$(SRC)/w32heap.h \
$(NT_INC)/nl_types.h \
$(NT_INC)/sys/file.h \
@@ -1230,7 +1233,7 @@ $(BLD)/w32console.$(O) : \
$(SRC)/w32console.c \
$(SRC)/disptab.h \
$(SRC)/termchar.h \
- $(SRC)/w32heap.h \
+ $(SRC)/w32common.h \
$(SRC)/w32inevt.h \
$(CHARACTER_H) \
$(CODING_H) \
@@ -1468,6 +1471,7 @@ $(BLD)/undo.$(O) : \
$(BLD)/unexw32.$(O) : \
$(SRC)/unexw32.c \
$(SRC)/unexec.h \
+ $(SRC)/w32common.h \
$(SRC)/w32heap.h \
$(CONFIG_H)
@@ -1554,6 +1558,7 @@ $(BLD)/w32fns.$(O) : \
$(SRC)/epaths.h \
$(SRC)/fontset.h \
$(SRC)/w32.h \
+ $(SRC)/w32common.h \
$(SRC)/w32heap.h \
$(BUFFER_H) \
$(CCL_H) \
@@ -1577,7 +1582,7 @@ $(BLD)/w32menu.$(O) : \
$(SRC)/w32menu.c \
$(SRC)/blockinput.h \
$(SRC)/keymap.h \
- $(SRC)/w32heap.h \
+ $(SRC)/w32common.h \
$(BUFFER_H) \
$(CHARACTER_H) \
$(CHARSET_H) \
@@ -1627,7 +1632,7 @@ $(BLD)/w32select.$(O) : \
$(SRC)/w32select.c \
$(SRC)/blockinput.h \
$(SRC)/composite.h \
- $(SRC)/w32heap.h \
+ $(SRC)/w32common.h \
$(CHARSET_H) \
$(CODING_H) \
$(CONFIG_H) \
@@ -1682,7 +1687,7 @@ $(BLD)/w32uniscribe.$(O) : \
$(BLD)/w32notify.$(O) : \
$(SRC)/w32notify.c \
- $(SRC)/w32heap.h \
+ $(SRC)/w32common.h \
$(CODING_H) \
$(CONFIG_H) \
$(FRAME_H) \