Mercurial > emacs
changeset 95709:2d395f0b0295
($(SRC)/menu.o): New target.
(OBJ1): Include it.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 09 Jun 2008 11:54:51 +0000 |
parents | 867dcbb69f0e |
children | 33605d8c9e6d |
files | src/makefile.w32-in |
diffstat | 1 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Mon Jun 09 11:36:44 2008 +0000 +++ b/src/makefile.w32-in Mon Jun 09 11:54:51 2008 +0000 @@ -124,8 +124,8 @@ $(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 @@ $(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) \