aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index d60c7f8a888..8b4195e0b78 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -715,6 +715,8 @@ $(BLD)/frame.$(O) : \
715 $(EMACS_ROOT)/src/s/ms-w32.h \ 715 $(EMACS_ROOT)/src/s/ms-w32.h \
716 $(EMACS_ROOT)/src/m/intel386.h \ 716 $(EMACS_ROOT)/src/m/intel386.h \
717 $(EMACS_ROOT)/src/config.h \ 717 $(EMACS_ROOT)/src/config.h \
718 $(SRC)/atimer.h \
719 $(SRC)/blockinput.h \
718 $(SRC)/buffer.h \ 720 $(SRC)/buffer.h \
719 $(SRC)/charset.h \ 721 $(SRC)/charset.h \
720 $(SRC)/commands.h \ 722 $(SRC)/commands.h \
@@ -722,6 +724,7 @@ $(BLD)/frame.$(O) : \
722 $(SRC)/fontset.h \ 724 $(SRC)/fontset.h \
723 $(SRC)/frame.h \ 725 $(SRC)/frame.h \
724 $(SRC)/keyboard.h \ 726 $(SRC)/keyboard.h \
727 $(SRC)/systime.h \
725 $(SRC)/termhooks.h \ 728 $(SRC)/termhooks.h \
726 $(SRC)/w32bdf.h \ 729 $(SRC)/w32bdf.h \
727 $(SRC)/w32gui.h \ 730 $(SRC)/w32gui.h \