summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-12-11 03:06:53 +0100
committerJuanma Barranquero <lekktu@gmail.com>2012-12-11 03:06:53 +0100
commit0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9 (patch)
tree7ecf41cb98738cf0351b77fbd2740ab858d2932d /src/makefile.w32-in
parentabf8abe58fab8069a1cf950f055b80aa3ce46e0f (diff)
downloademacs-0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9.tar.gz
(lib-src,src,lib)/makefile.w32-in: Update dependencies.
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 388c097a066..facf79cf849 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -462,6 +462,8 @@ U64_H = $(GNU_LIB)/u64.h \
$(NT_INC)/stdint.h
SHA512_H = $(GNU_LIB)/sha512.h \
$(U64_H)
+SIG2STR_H = $(GNU_LIB)/sig2str.h \
+ $(GNU_LIB)/intprops.h
SOCKET_H = $(NT_INC)/sys/socket.h \
$(SRC)/w32.h
STAT_TIME_H = $(GNU_LIB)/stat-time.h \
@@ -472,6 +474,7 @@ SYSTTY_H = $(SRC)/systty.h \
$(NT_INC)/sys/ioctl.h \
$(NT_INC)/unistd.h
SYSWAIT_H = $(SRC)/syswait.h \
+ $(NT_INC)/stdbool.h \
$(NT_INC)/sys/wait.h
TERMHOOKS_H = $(SRC)/termhooks.h \
$(SYSTIME_H)
@@ -800,6 +803,7 @@ $(BLD)/emacs.$(O) : \
$(SRC)/keymap.h \
$(SRC)/unexec.h \
$(SRC)/w32.h \
+ $(SRC)/w32common.h \
$(SRC)/w32heap.h \
$(SRC)/w32select.h \
$(NT_INC)/sys/file.h \
@@ -1288,11 +1292,13 @@ $(BLD)/process.$(O) : \
$(CHARACTER_H) \
$(CODING_H) \
$(CONFIG_H) \
+ $(C_CTYPE_H) \
$(DISPEXTERN_H) \
$(FRAME_H) \
$(KEYBOARD_H) \
$(LISP_H) \
$(PROCESS_H) \
+ $(SIG2STR_H) \
$(SOCKET_H) \
$(SYSSIGNAL_H) \
$(SYSTIME_H) \
@@ -1696,6 +1702,7 @@ $(BLD)/w32uniscribe.$(O) : \
$(BLD)/w32notify.$(O) : \
$(SRC)/w32notify.c \
+ $(SRC)/w32.h \
$(SRC)/w32common.h \
$(CODING_H) \
$(CONFIG_H) \