diff options
| author | Eli Zaretskii | 2012-11-17 20:00:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-17 20:00:16 +0200 |
| commit | cf2d22b874ca2df0072e32ee641e8efffe4abd6d (patch) | |
| tree | 1795142ec7861fc85c61adc90f03265b69041556 /src/makefile.w32-in | |
| parent | 3c4ca7155293ffc2d04708007131bcbc882d8913 (diff) | |
| parent | 6ad30855c02908fdd99d9b11943719e185e65ee3 (diff) | |
| download | emacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.tar.gz emacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.zip | |
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 50e5e2ec4df..71cafeb4d8b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -738,6 +738,7 @@ $(BLD)/dispnew.$(O) : \ | |||
| 738 | $(SRC)/termchar.h \ | 738 | $(SRC)/termchar.h \ |
| 739 | $(SRC)/w32.h \ | 739 | $(SRC)/w32.h \ |
| 740 | $(NT_INC)/unistd.h \ | 740 | $(NT_INC)/unistd.h \ |
| 741 | $(GNU_LIB)/fpending.h \ | ||
| 741 | $(BUFFER_H) \ | 742 | $(BUFFER_H) \ |
| 742 | $(CHARACTER_H) \ | 743 | $(CHARACTER_H) \ |
| 743 | $(CONFIG_H) \ | 744 | $(CONFIG_H) \ |
| @@ -803,6 +804,7 @@ $(BLD)/emacs.$(O) : \ | |||
| 803 | $(SRC)/w32select.h \ | 804 | $(SRC)/w32select.h \ |
| 804 | $(NT_INC)/sys/file.h \ | 805 | $(NT_INC)/sys/file.h \ |
| 805 | $(NT_INC)/unistd.h \ | 806 | $(NT_INC)/unistd.h \ |
| 807 | $(GNU_LIB)/close-stream.h \ | ||
| 806 | $(GNU_LIB)/ignore-value.h \ | 808 | $(GNU_LIB)/ignore-value.h \ |
| 807 | $(ATIMER_H) \ | 809 | $(ATIMER_H) \ |
| 808 | $(BUFFER_H) \ | 810 | $(BUFFER_H) \ |