# HG changeset patch # User Jason Rumney # Date 959722621 0 # Node ID 6daef241d7948c1f4fc67bb0c69cbe77624fb427 # Parent 1d74ff8abe2363ae25482314b2235a747453332a (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies. diff -r 1d74ff8abe23 -r 6daef241d794 src/makefile.nt --- 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 \