diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ec145b72fd..cbe7633c8af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)): | ||
| 4 | Update dependencies. | ||
| 5 | |||
| 1 | 2010-05-08 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-05-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * fringe.c (update_window_fringes): Set up truncation bitmaps for | 8 | * fringe.c (update_window_fringes): Set up truncation bitmaps for |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 241040d5eb3..34af372dc5e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -697,6 +697,7 @@ $(BLD)/eval.$(O) : \ | |||
| 697 | $(SRC)/commands.h \ | 697 | $(SRC)/commands.h \ |
| 698 | $(SRC)/composite.h \ | 698 | $(SRC)/composite.h \ |
| 699 | $(SRC)/dispextern.h \ | 699 | $(SRC)/dispextern.h \ |
| 700 | $(SRC)/frame.h \ | ||
| 700 | $(SRC)/keyboard.h \ | 701 | $(SRC)/keyboard.h \ |
| 701 | $(SRC)/systime.h \ | 702 | $(SRC)/systime.h \ |
| 702 | $(SRC)/w32gui.h | 703 | $(SRC)/w32gui.h |
| @@ -1554,6 +1555,7 @@ $(BLD)/w32fns.$(O) : \ | |||
| 1554 | $(SRC)/keyboard.h \ | 1555 | $(SRC)/keyboard.h \ |
| 1555 | $(SRC)/systime.h \ | 1556 | $(SRC)/systime.h \ |
| 1556 | $(SRC)/termhooks.h \ | 1557 | $(SRC)/termhooks.h \ |
| 1558 | $(SRC)/w32.h \ | ||
| 1557 | $(SRC)/w32font.h \ | 1559 | $(SRC)/w32font.h \ |
| 1558 | $(SRC)/w32gui.h \ | 1560 | $(SRC)/w32gui.h \ |
| 1559 | $(SRC)/w32heap.h \ | 1561 | $(SRC)/w32heap.h \ |