]> code.delx.au - gnu-emacs/commitdiff
* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Mar 2010 12:15:45 +0000 (14:15 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Mar 2010 12:15:45 +0000 (14:15 +0200)
src/ChangeLog
src/makefile.w32-in

index 1e013964db6b0226269197839a9fdee69018e7b5..7809565de877255b6dec94c47bc8c5d52ef934df 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
+
 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
 
        Initial support for bidirectional editing.
index edb3f3f711b27fce83a8a65391868df603f7a34f..5eaba6374fd021e1f9c2dd61eb4b26d1e422a10e 100644 (file)
@@ -345,7 +345,8 @@ $(BLD)/bidi.$(O) : \
        $(SRC)/lisp.h \
        $(SRC)/buffer.h \
        $(SRC)/character.h \
-       $(SRC)/dispextern.h
+       $(SRC)/dispextern.h \
+       $(SRC)/w32gui.h
 
 $(BLD)/buffer.$(O) : \
        $(SRC)/buffer.c \