emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/makefile.w32-in,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in,v
Date: Mon, 09 Jun 2008 11:54:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/06/09 11:54:51

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/src/makefile.w32-in,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- makefile.w32-in     15 May 2008 03:28:14 -0000      1.67
+++ makefile.w32-in     9 Jun 2008 11:54:51 -0000       1.68
@@ -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) \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]