diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 3 |
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 @@ | |||
| 1 | 2010-03-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. | ||
| 4 | |||
| 1 | 2010-03-30 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-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 \ |