diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 0c153b185d8..c2a6e4a1eeb 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -119,7 +119,8 @@ OBJ1 = $(BLD)/abbrev.$(O) \ | |||
| 119 | $(BLD)/category.$(O) \ | 119 | $(BLD)/category.$(O) \ |
| 120 | $(BLD)/ccl.$(O) \ | 120 | $(BLD)/ccl.$(O) \ |
| 121 | $(BLD)/fontset.$(O) \ | 121 | $(BLD)/fontset.$(O) \ |
| 122 | $(BLD)/fringe.$(O) | 122 | $(BLD)/fringe.$(O) \ |
| 123 | $(BLD)/image.$(O) | ||
| 123 | 124 | ||
| 124 | WIN32OBJ = $(BLD)/w32term.$(O) \ | 125 | WIN32OBJ = $(BLD)/w32term.$(O) \ |
| 125 | $(BLD)/w32xfns.$(O) \ | 126 | $(BLD)/w32xfns.$(O) \ |
| @@ -746,6 +747,24 @@ $(BLD)/gmalloc.$(O) : \ | |||
| 746 | $(EMACS_ROOT)/nt/inc/sys/param.h \ | 747 | $(EMACS_ROOT)/nt/inc/sys/param.h \ |
| 747 | $(SRC)/getpagesize.h | 748 | $(SRC)/getpagesize.h |
| 748 | 749 | ||
| 750 | $(BLD)/image.$(O): \ | ||
| 751 | $(SRC)/image.c \ | ||
| 752 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 753 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 754 | $(EMACS_ROOT)/src/config.h \ | ||
| 755 | $(SRC)/atimer.h \ | ||
| 756 | $(SRC)/blockinput.h \ | ||
| 757 | $(SRC)/dispextern.h \ | ||
| 758 | $(SRC)/epaths.h \ | ||
| 759 | $(SRC)/frame.h \ | ||
| 760 | $(SRC)/systime.h \ | ||
| 761 | $(SRC)/termhooks.h \ | ||
| 762 | $(SRC)/w32bdf.h \ | ||
| 763 | $(SRC)/w32gui.h \ | ||
| 764 | $(SRC)/w32heap.h \ | ||
| 765 | $(SRC)/w32term.h \ | ||
| 766 | $(SRC)/window.h | ||
| 767 | |||
| 749 | $(BLD)/indent.$(O) : \ | 768 | $(BLD)/indent.$(O) : \ |
| 750 | $(SRC)/indent.c \ | 769 | $(SRC)/indent.c \ |
| 751 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 770 | $(EMACS_ROOT)/src/s/ms-w32.h \ |