comparison src/makefile.w32-in @ 107646:dfdf14a6f5a0

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.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 Mar 2010 08:26:24 -0400
parents 1d1d5d9bd884
children c7340d934f35
comparison
equal deleted inserted replaced
107645:6e29ba4351e0 107646:dfdf14a6f5a0
113 $(BLD)/ralloc.$(O) \ 113 $(BLD)/ralloc.$(O) \
114 $(BLD)/textprop.$(O) \ 114 $(BLD)/textprop.$(O) \
115 $(BLD)/vm-limit.$(O) \ 115 $(BLD)/vm-limit.$(O) \
116 $(BLD)/region-cache.$(O) \ 116 $(BLD)/region-cache.$(O) \
117 $(BLD)/strftime.$(O) \ 117 $(BLD)/strftime.$(O) \
118 $(BLD)/bidi.$(O) \
118 $(BLD)/charset.$(O) \ 119 $(BLD)/charset.$(O) \
119 $(BLD)/character.$(O) \ 120 $(BLD)/character.$(O) \
120 $(BLD)/chartab.$(O) \ 121 $(BLD)/chartab.$(O) \
121 $(BLD)/coding.$(O) \ 122 $(BLD)/coding.$(O) \
122 $(BLD)/category.$(O) \ 123 $(BLD)/category.$(O) \
336 $(SRC)/atimer.h \ 337 $(SRC)/atimer.h \
337 $(SRC)/blockinput.h \ 338 $(SRC)/blockinput.h \
338 $(SRC)/syssignal.h \ 339 $(SRC)/syssignal.h \
339 $(SRC)/systime.h 340 $(SRC)/systime.h
340 341
342 $(BLD)/bidi.$(O) : \
343 $(SRC)/bidi.c \
344 $(CONFIG_H) \
345 $(SRC)/lisp.h \
346 $(SRC)/buffer.h \
347 $(SRC)/character.h \
348 $(SRC)/dispextern.h
349
341 $(BLD)/buffer.$(O) : \ 350 $(BLD)/buffer.$(O) : \
342 $(SRC)/buffer.c \ 351 $(SRC)/buffer.c \
343 $(CONFIG_H) \ 352 $(CONFIG_H) \
344 $(EMACS_ROOT)/nt/inc/unistd.h \ 353 $(EMACS_ROOT)/nt/inc/unistd.h \
345 $(EMACS_ROOT)/nt/inc/sys/param.h \ 354 $(EMACS_ROOT)/nt/inc/sys/param.h \