aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in7
2 files changed, 9 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a0f998cfc6..6dc07cffc46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
4 ($(BLD)/w32console.$(O)): Update dependencies.
5
12012-07-29 Dmitry Antipov <dmantipov@yandex.ru> 62012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check. 8 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 00b9a21065b..45972db2cf4 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -438,8 +438,8 @@ LANGINFO_H = $(NT_INC)/langinfo.h \
438LISP_H = $(SRC)/lisp.h \ 438LISP_H = $(SRC)/lisp.h \
439 $(SRC)/globals.h \ 439 $(SRC)/globals.h \
440 $(GNU_LIB)/intprops.h \ 440 $(GNU_LIB)/intprops.h \
441 $(NT_INC)/stdalign.h \ 441 $(INTTYPES_H) \
442 $(INTTYPES_H) 442 $(NT_INC)/stdalign.h
443MD5_H = $(GNU_LIB)/md5.h \ 443MD5_H = $(GNU_LIB)/md5.h \
444 $(NT_INC)/stdint.h 444 $(NT_INC)/stdint.h
445MENU_H = $(SRC)/menu.h \ 445MENU_H = $(SRC)/menu.h \
@@ -784,7 +784,6 @@ $(BLD)/emacs.$(O) : \
784 $(SRC)/w32heap.h \ 784 $(SRC)/w32heap.h \
785 $(NT_INC)/sys/file.h \ 785 $(NT_INC)/sys/file.h \
786 $(NT_INC)/unistd.h \ 786 $(NT_INC)/unistd.h \
787 $(GNU_LIB)/verify.h \
788 $(BLOCKINPUT_H) \ 787 $(BLOCKINPUT_H) \
789 $(BUFFER_H) \ 788 $(BUFFER_H) \
790 $(CHARACTER_H) \ 789 $(CHARACTER_H) \
@@ -1165,6 +1164,7 @@ $(BLD)/w32inevt.$(O) : \
1165 $(SRC)/w32inevt.c \ 1164 $(SRC)/w32inevt.c \
1166 $(SRC)/termchar.h \ 1165 $(SRC)/termchar.h \
1167 $(SRC)/w32heap.h \ 1166 $(SRC)/w32heap.h \
1167 $(SRC)/w32inevt.h \
1168 $(BLOCKINPUT_H) \ 1168 $(BLOCKINPUT_H) \
1169 $(CONFIG_H) \ 1169 $(CONFIG_H) \
1170 $(DISPEXTERN_H) \ 1170 $(DISPEXTERN_H) \
@@ -1196,6 +1196,7 @@ $(BLD)/w32console.$(O) : \
1196 $(SRC)/w32console.c \ 1196 $(SRC)/w32console.c \
1197 $(SRC)/disptab.h \ 1197 $(SRC)/disptab.h \
1198 $(SRC)/termchar.h \ 1198 $(SRC)/termchar.h \
1199 $(SRC)/w32heap.h \
1199 $(SRC)/w32inevt.h \ 1200 $(SRC)/w32inevt.h \
1200 $(CHARACTER_H) \ 1201 $(CHARACTER_H) \
1201 $(CODING_H) \ 1202 $(CODING_H) \