summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-03-29 08:26:24 -0400
committerEli Zaretskii <eliz@gnu.org>2010-03-29 08:26:24 -0400
commitf4b6ba46b857e140c6482c0542c70fc989b1fe85 (patch)
treee11b18a23b3a1ef8cfd0f535fec388d2fb3184a1 /src/makefile.w32-in
parentc0546589ab9573047bb0d6cb82e27fe29221b71a (diff)
downloademacs-f4b6ba46b857e140c6482c0542c70fc989b1fe85.tar.gz
Support MS-Windows build and reversed rows in GUI frames; add initial docs.
doc/emacs/mule.texi (International): Mention support of bidirectional editing. (Bidirectional Editing): New section. etc/HELLO: Reorder Arabic and Hebrew into logical order, and insert RLM before the opening paren, to make the display more reasonable. Add setting for bidi-display-reordering in the local variables section. lisp/files.el: Make bidi-display-reordering safe variable for boolean values. src/xdisp (append_glyph): If the glyph row is reversed, prepend the glyph rather than appending it. src/makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O). ($(BLD)/bidi.$(O)): New target.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 156eddd6092..edb3f3f711b 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -115,6 +115,7 @@ OBJ1 = $(BLD)/alloc.$(O) \
$(BLD)/vm-limit.$(O) \
$(BLD)/region-cache.$(O) \
$(BLD)/strftime.$(O) \
+ $(BLD)/bidi.$(O) \
$(BLD)/charset.$(O) \
$(BLD)/character.$(O) \
$(BLD)/chartab.$(O) \
@@ -338,6 +339,14 @@ $(BLD)/atimer.$(O) : \
$(SRC)/syssignal.h \
$(SRC)/systime.h
+$(BLD)/bidi.$(O) : \
+ $(SRC)/bidi.c \
+ $(CONFIG_H) \
+ $(SRC)/lisp.h \
+ $(SRC)/buffer.h \
+ $(SRC)/character.h \
+ $(SRC)/dispextern.h
+
$(BLD)/buffer.$(O) : \
$(SRC)/buffer.c \
$(CONFIG_H) \