emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108402: src/makefile.w32-in: Upda


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108402: src/makefile.w32-in: Update dependencies.
Date: Fri, 02 Nov 2012 02:25:04 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108402
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-28 03:58:42 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-05-27 12:27:07 +0000
+++ b/src/ChangeLog     2012-05-28 01:58:42 +0000
@@ -1,3 +1,8 @@
+2012-05-28  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
+       Update dependencies.
+
 2012-05-27  Eli Zaretskii  <address@hidden>
 
        * bidi.c (bidi_mirror_char): Fix last change.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-05-22 16:42:08 +0000
+++ b/src/makefile.w32-in       2012-05-28 01:58:42 +0000
@@ -1149,6 +1149,7 @@
 
 $(BLD)/w32inevt.$(O) : \
        $(SRC)/w32inevt.c \
+       $(SRC)/termchar.h \
        $(SRC)/w32heap.h \
        $(BLOCKINPUT_H) \
        $(CONFIG_H) \
@@ -1157,7 +1158,8 @@
        $(KEYBOARD_H) \
        $(LISP_H) \
        $(TERMHOOKS_H) \
-       $(W32TERM_H)
+       $(W32TERM_H) \
+       $(WINDOW_H)
 
 $(BLD)/w32proc.$(O) : \
        $(SRC)/w32proc.c \
@@ -1187,7 +1189,8 @@
        $(DISPEXTERN_H) \
        $(FRAME_H) \
        $(LISP_H) \
-       $(TERMHOOKS_H)
+       $(TERMHOOKS_H) \
+       $(WINDOW_H)
 
 $(BLD)/print.$(O) : \
        $(SRC)/print.c \


reply via email to

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