aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-06-09 11:54:51 +0000
committerJason Rumney2008-06-09 11:54:51 +0000
commita2b7437ba0250bd623897dd5ebbe7f6b15147fd0 (patch)
tree561e021a7f500a3742515b3dfb14f389030a6bb4
parenta35cae746a1888e18131cdc0a7ffa7082c7e2e49 (diff)
downloademacs-a2b7437ba0250bd623897dd5ebbe7f6b15147fd0.tar.gz
emacs-a2b7437ba0250bd623897dd5ebbe7f6b15147fd0.zip
($(SRC)/menu.o): New target.
(OBJ1): Include it.
-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) \
124 $(BLD)/fontset.$(O) \ 124 $(BLD)/fontset.$(O) \
125 $(BLD)/fringe.$(O) \ 125 $(BLD)/fringe.$(O) \
126 $(BLD)/image.$(O) \ 126 $(BLD)/image.$(O) \
127 $(BLD)/terminal.$(O) 127 $(BLD)/terminal.$(O) \
128 128 $(BLD)/menu.$(O)
129 129
130WIN32OBJ = $(BLD)/w32term.$(O) \ 130WIN32OBJ = $(BLD)/w32term.$(O) \
131 $(BLD)/w32xfns.$(O) \ 131 $(BLD)/w32xfns.$(O) \
@@ -925,6 +925,18 @@ $(BLD)/md5.$(O) : \
925 $(SRC)/md5.c \ 925 $(SRC)/md5.c \
926 $(SRC)/md5.h 926 $(SRC)/md5.h
927 927
928$(BLD)/menu.$(O) : \
929 $(SRC)/menu.c \
930 $(CONFIG_H) \
931 $(SRC)/keyboard.h \
932 $(SRC)/keymap.h \
933 $(SRC)/frame.h \
934 $(SRC)/termhooks.h \
935 $(SRC)/blockinput.h \
936 $(SRC)/dispextern.h \
937 $(SRC)/w32gui.h \
938 $(SRC)/w32term.h
939
928$(BLD)/minibuf.$(O) : \ 940$(BLD)/minibuf.$(O) : \
929 $(SRC)/minibuf.c \ 941 $(SRC)/minibuf.c \
930 $(CONFIG_H) \ 942 $(CONFIG_H) \