aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-03-30 14:15:45 +0200
committerJuanma Barranquero2010-03-30 14:15:45 +0200
commit3580374b8abcb7d174fcde563ac6298e741f63b2 (patch)
treec0f3cf3226f72ecbe11edc4fabe203bd36e35876 /src
parenta8d11bd3418394d0bb2acb66104520736552a73b (diff)
downloademacs-3580374b8abcb7d174fcde563ac6298e741f63b2.tar.gz
emacs-3580374b8abcb7d174fcde563ac6298e741f63b2.zip
* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e013964db6..7809565de87 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-03-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
4
12010-03-30 Eli Zaretskii <eliz@gnu.org> 52010-03-30 Eli Zaretskii <eliz@gnu.org>
2 6
3 Initial support for bidirectional editing. 7 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) : \
345 $(SRC)/lisp.h \ 345 $(SRC)/lisp.h \
346 $(SRC)/buffer.h \ 346 $(SRC)/buffer.h \
347 $(SRC)/character.h \ 347 $(SRC)/character.h \
348 $(SRC)/dispextern.h 348 $(SRC)/dispextern.h \
349 $(SRC)/w32gui.h
349 350
350$(BLD)/buffer.$(O) : \ 351$(BLD)/buffer.$(O) : \
351 $(SRC)/buffer.c \ 352 $(SRC)/buffer.c \