From 8994bdd0440ad99f46aa3329bc9e9d2958584a81 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 30 May 2000 21:37:01 +0000 Subject: [PATCH] (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies. --- src/makefile.nt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/makefile.nt b/src/makefile.nt index b65a9f96036..d9f12b03b00 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -1187,6 +1187,8 @@ $(BLD)\w32fns.obj: \ $(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 @@ $(BLD)\w32menu.obj: \ $(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 \ -- 2.39.5