aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 1007e3940b0..0c153b185d8 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -723,6 +723,21 @@ $(BLD)/frame.$(O) : \
723 $(SRC)/w32term.h \ 723 $(SRC)/w32term.h \
724 $(SRC)/window.h 724 $(SRC)/window.h
725 725
726$(BLD)/fringe.$(O) : \
727 $(SRC)/fringe.c \
728 $(EMACS_ROOT)/src/s/ms-w32.h \
729 $(EMACS_ROOT)/src/m/intel386.h \
730 $(EMACS_ROOT)/src/config.h \
731 $(SRC)/atimer.h \
732 $(SRC)/blockinput.h \
733 $(SRC)/buffer.h \
734 $(SRC)/dispextern.h \
735 $(SRC)/frame.h \
736 $(SRC)/systime.h \
737 $(SRC)/w32bdf.h \
738 $(SRC)/w32gui.h \
739 $(SRC)/window.h
740
726$(BLD)/gmalloc.$(O) : \ 741$(BLD)/gmalloc.$(O) : \
727 $(SRC)/gmalloc.c \ 742 $(SRC)/gmalloc.c \
728 $(EMACS_ROOT)/src/s/ms-w32.h \ 743 $(EMACS_ROOT)/src/s/ms-w32.h \