summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-06-09 11:54:51 +0000
committerJason Rumney <jasonr@gnu.org>2008-06-09 11:54:51 +0000
commita2b7437ba0250bd623897dd5ebbe7f6b15147fd0 (patch)
tree561e021a7f500a3742515b3dfb14f389030a6bb4 /src/makefile.w32-in
parenta35cae746a1888e18131cdc0a7ffa7082c7e2e49 (diff)
downloademacs-a2b7437ba0250bd623897dd5ebbe7f6b15147fd0.tar.gz
($(SRC)/menu.o): New target.
(OBJ1): Include it.
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) \