summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index df5614e2407..1978579354d 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -124,8 +124,8 @@ OBJ1 = $(BLD)/alloc.$(O) \
$(BLD)/fontset.$(O) \
$(BLD)/fringe.$(O) \
$(BLD)/image.$(O) \
- $(BLD)/terminal.$(O)
-
+ $(BLD)/terminal.$(O) \
+ $(BLD)/menu.$(O)
WIN32OBJ = $(BLD)/w32term.$(O) \
$(BLD)/w32xfns.$(O) \
@@ -925,6 +925,18 @@ $(BLD)/md5.$(O) : \
$(SRC)/md5.c \
$(SRC)/md5.h
+$(BLD)/menu.$(O) : \
+ $(SRC)/menu.c \
+ $(CONFIG_H) \
+ $(SRC)/keyboard.h \
+ $(SRC)/keymap.h \
+ $(SRC)/frame.h \
+ $(SRC)/termhooks.h \
+ $(SRC)/blockinput.h \
+ $(SRC)/dispextern.h \
+ $(SRC)/w32gui.h \
+ $(SRC)/w32term.h
+
$(BLD)/minibuf.$(O) : \
$(SRC)/minibuf.c \
$(CONFIG_H) \