* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
This commit is contained in:
parent
a8d11bd341
commit
3580374b8a
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue