changeset 29314:6daef241d794

(w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.
author Jason Rumney <jasonr@gnu.org>
date Tue, 30 May 2000 21:37:01 +0000
parents 1d74ff8abe23
children e0ea7a9dd20b
files src/makefile.nt
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.nt	Tue May 30 21:35:02 2000 +0000
+++ b/src/makefile.nt	Tue May 30 21:37:01 2000 +0000
@@ -1187,6 +1187,8 @@
 	$(SRC)\frame.h \
 	$(SRC)\window.h \
 	$(SRC)\buffer.h \
+	$(SRC)\charset.h \
+	$(SRC)\coding.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\keyboard.h \
 	$(SRC)\blockinput.h \
@@ -1205,7 +1207,9 @@
 	$(SRC)\window.h \
 	$(SRC)\keyboard.h \
 	$(SRC)\blockinput.h \
-	$(SRC)\buffer.h
+	$(SRC)\buffer.h \
+	$(SRC)\charset.h \
+	$(SRC)\coding.h
 
 $(BLD)\w32term.obj: \
 	$(EMACS_ROOT)\src\s\ms-w32.h \