diff options
| author | Juanma Barranquero | 2011-06-12 04:48:18 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-06-12 04:48:18 +0200 |
| commit | 1384b89ea7e51c190ab1df16e38cbef1d02400b4 (patch) | |
| tree | c27366d4f920ecdd9cf4aadef986579c4f31fecd | |
| parent | a8955be718cb1263f7c3bb5987204bfbae85b806 (diff) | |
| download | emacs-1384b89ea7e51c190ab1df16e38cbef1d02400b4.tar.gz emacs-1384b89ea7e51c190ab1df16e38cbef1d02400b4.zip | |
src/makefile.w32-in: Update dependencies.
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f7302432e4..c5eff48b48d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-06-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in: Update dependencies. | ||
| 4 | (LISP_H): Add lib/intprops.h. | ||
| 5 | |||
| 1 | 2011-06-11 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-06-11 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * image.c (gif_load): Add animation frame delay to the metadata. | 8 | * image.c (gif_load): Add animation frame delay to the metadata. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 8da589a7115..d4fafcfc047 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -388,6 +388,7 @@ CONFIG_H = $(EMACS_ROOT)/src/s/ms-w32.h \ | |||
| 388 | $(EMACS_ROOT)/nt/inc/sys/stat.h | 388 | $(EMACS_ROOT)/nt/inc/sys/stat.h |
| 389 | LISP_H = $(SRC)/lisp.h \ | 389 | LISP_H = $(SRC)/lisp.h \ |
| 390 | $(SRC)/globals.h \ | 390 | $(SRC)/globals.h \ |
| 391 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 391 | $(EMACS_ROOT)/nt/inc/inttypes.h \ | 392 | $(EMACS_ROOT)/nt/inc/inttypes.h \ |
| 392 | $(EMACS_ROOT)/nt/inc/stdint.h | 393 | $(EMACS_ROOT)/nt/inc/stdint.h |
| 393 | PROCESS_H = $(SRC)/process.h \ | 394 | PROCESS_H = $(SRC)/process.h \ |
| @@ -566,7 +567,6 @@ $(BLD)/ccl.$(O) : \ | |||
| 566 | $(BLD)/character.$(O) : \ | 567 | $(BLD)/character.$(O) : \ |
| 567 | $(SRC)/character.c \ | 568 | $(SRC)/character.c \ |
| 568 | $(CONFIG_H) \ | 569 | $(CONFIG_H) \ |
| 569 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 570 | $(LISP_H) \ | 570 | $(LISP_H) \ |
| 571 | $(SRC)/buffer.h \ | 571 | $(SRC)/buffer.h \ |
| 572 | $(SRC)/character.h \ | 572 | $(SRC)/character.h \ |
| @@ -654,7 +654,6 @@ $(BLD)/data.$(O) : \ | |||
| 654 | $(SRC)/data.c \ | 654 | $(SRC)/data.c \ |
| 655 | $(CONFIG_H) \ | 655 | $(CONFIG_H) \ |
| 656 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 656 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 657 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 658 | $(LISP_H) \ | 657 | $(LISP_H) \ |
| 659 | $(SRC)/buffer.h \ | 658 | $(SRC)/buffer.h \ |
| 660 | $(SRC)/ccl.h \ | 659 | $(SRC)/ccl.h \ |
| @@ -752,7 +751,6 @@ $(BLD)/editfns.$(O) : \ | |||
| 752 | $(EMACS_ROOT)/nt/inc/pwd.h \ | 751 | $(EMACS_ROOT)/nt/inc/pwd.h \ |
| 753 | $(EMACS_ROOT)/nt/inc/unistd.h \ | 752 | $(EMACS_ROOT)/nt/inc/unistd.h \ |
| 754 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 753 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 755 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 756 | $(EMACS_ROOT)/lib/strftime.h \ | 754 | $(EMACS_ROOT)/lib/strftime.h \ |
| 757 | $(EMACS_ROOT)/lib/verify.h \ | 755 | $(EMACS_ROOT)/lib/verify.h \ |
| 758 | $(LISP_H) \ | 756 | $(LISP_H) \ |
| @@ -1034,7 +1032,6 @@ $(BLD)/insdel.$(O) : \ | |||
| 1034 | $(SRC)/insdel.c \ | 1032 | $(SRC)/insdel.c \ |
| 1035 | $(CONFIG_H) \ | 1033 | $(CONFIG_H) \ |
| 1036 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1034 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1037 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 1038 | $(LISP_H) \ | 1035 | $(LISP_H) \ |
| 1039 | $(SRC)/atimer.h \ | 1036 | $(SRC)/atimer.h \ |
| 1040 | $(SRC)/blockinput.h \ | 1037 | $(SRC)/blockinput.h \ |
| @@ -1052,7 +1049,6 @@ $(BLD)/intervals.$(O) : \ | |||
| 1052 | $(SRC)/intervals.c \ | 1049 | $(SRC)/intervals.c \ |
| 1053 | $(CONFIG_H) \ | 1050 | $(CONFIG_H) \ |
| 1054 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1051 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1055 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 1056 | $(LISP_H) \ | 1052 | $(LISP_H) \ |
| 1057 | $(SRC)/buffer.h \ | 1053 | $(SRC)/buffer.h \ |
| 1058 | $(SRC)/coding.h \ | 1054 | $(SRC)/coding.h \ |
| @@ -1305,7 +1301,6 @@ $(BLD)/print.$(O) : \ | |||
| 1305 | $(EMACS_ROOT)/nt/inc/unistd.h \ | 1301 | $(EMACS_ROOT)/nt/inc/unistd.h \ |
| 1306 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1302 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1307 | $(EMACS_ROOT)/lib/ftoastr.h \ | 1303 | $(EMACS_ROOT)/lib/ftoastr.h \ |
| 1308 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 1309 | $(LISP_H) \ | 1304 | $(LISP_H) \ |
| 1310 | $(PROCESS_H) \ | 1305 | $(PROCESS_H) \ |
| 1311 | $(SRC)/atimer.h \ | 1306 | $(SRC)/atimer.h \ |