From: Jason Rumney Date: Tue, 30 May 2000 21:37:01 +0000 (+0000) Subject: (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies. X-Git-Tag: emacs-pretest-21.0.90~3613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8994bdd0440ad99f46aa3329bc9e9d2958584a81;p=emacs.git (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies. --- 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 \