* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.

This commit is contained in:
Juanma Barranquero 2010-03-30 14:15:45 +02:00
parent a8d11bd341
commit 3580374b8a
2 changed files with 6 additions and 1 deletions

View 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.

View 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 \