From: Juanma Barranquero Date: Tue, 30 Mar 2010 12:15:45 +0000 (+0200) Subject: * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3580374b8abcb7d174fcde563ac6298e741f63b2;p=emacs.git * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1e013964db6..7809565de87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-03-30 Juanma Barranquero + + * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. + 2010-03-30 Eli Zaretskii Initial support for bidirectional editing. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index edb3f3f711b..5eaba6374fd 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \