aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-03-11 00:26:37 +0000
committerKim F. Storm2004-03-11 00:26:37 +0000
commit25abe3d4f6ef6e3b9af4b4bfaa44d46b0a2a64c5 (patch)
tree94a3c06c445e6f9d41caa5782cf2156d2206c940 /src
parent8eaae3d4540ab991aecd989e00cf43507fa35c85 (diff)
downloademacs-25abe3d4f6ef6e3b9af4b4bfaa44d46b0a2a64c5.tar.gz
emacs-25abe3d4f6ef6e3b9af4b4bfaa44d46b0a2a64c5.zip
Image consolidation:
(OBJ1): Add image.o. ($(BLD)/image.$(O)): Add dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in21
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
124WIN32OBJ = $(BLD)/w32term.$(O) \ 125WIN32OBJ = $(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 \