diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-13 19:57:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-13 19:57:17 +0000 |
commit | c0d6e0a978017d3a150272475da6c829aac47a09 (patch) | |
tree | c171da605e588ffe7aec59a024451bbd1dca37d1 /src/makefile.nt | |
parent | 3d32fc48180351540cd8a37915edf6dcc169a6a9 (diff) | |
download | emacs-c0d6e0a978017d3a150272475da6c829aac47a09.tar.gz |
(w32*.o): Fix deps.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 55 |
1 files changed, 36 insertions, 19 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 5aabe8398e9..fc74618704d 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -1039,62 +1039,80 @@ $(BLD)\w32faces.obj: \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\w32faces.c \ - $(SRC)\dispextern.h \ - $(SRC)\frame.h \ + $(SRC)\lisp.h \ $(SRC)\w32term.h \ $(SRC)\win32.h \ $(SRC)\buffer.h \ + $(SRC)\dispextern.h \ + $(SRC)\frame.h \ $(SRC)\blockinput.h \ - $(SRC)\window.h + $(SRC)\window.h \ + $(SRC)\intervals.h $(BLD)\w32fns.obj: \ $(EMACS_ROOT)\src\s\windowsnt.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\w32fns.c \ - $(SRC)\dispextern.h \ - $(SRC)\frame.h \ + $(SRC)\lisp.h \ $(SRC)\w32term.h \ $(SRC)\win32.h \ + $(SRC)\frame.h \ + $(SRC)\window.h \ $(SRC)\buffer.h \ + $(SRC)\dispextern.h \ + $(SRC)\keyboard.h \ $(SRC)\blockinput.h \ - $(SRC)\window.h + $(SRC)\paths.h \ + $(SRC)\ntheap.h \ + $(SRC)\termhooks.h $(BLD)\w32menu.obj: \ $(EMACS_ROOT)\src\s\windowsnt.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\w32menu.c \ - $(SRC)\dispextern.h \ + $(SRC)\lisp.h \ + $(SRC)\termhooks.h \ $(SRC)\frame.h \ - $(SRC)\w32term.h \ - $(SRC)\win32.h \ - $(SRC)\buffer.h \ + $(SRC)\window.h \ + $(SRC)\keyboard.h \ $(SRC)\blockinput.h \ - $(SRC)\window.h + $(SRC)\buffer.h $(BLD)\w32term.obj: \ $(EMACS_ROOT)\src\s\windowsnt.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\w32term.c \ - $(SRC)\dispextern.h \ - $(SRC)\frame.h \ + $(SRC)\lisp.h \ + $(SRC)\blockinput.h \ $(SRC)\w32term.h \ $(SRC)\win32.h \ + $(SRC)\systty.h \ + $(SRC)\systime.h \ + $(SRC)\frame.h \ + $(SRC)\dispextern.h \ + $(SRC)\termhooks.h \ + $(SRC)\termopts.h \ + $(SRC)\termchar.h \ + $(SRC)\gnu.h \ + $(SRC)\disptab.h \ $(SRC)\buffer.h \ - $(SRC)\blockinput.h \ - $(SRC)\window.h + $(SRC)\window.h \ + $(SRC)\.keyboardh \ + $(SRC)\intervals.h $(BLD)\w32select.obj: \ $(EMACS_ROOT)\src\s\windowsnt.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\w32select.c \ - $(SRC)\dispextern.h \ - $(SRC)\frame.h \ + $(SRC)\lisp.h \ $(SRC)\w32term.h \ $(SRC)\win32.h \ + $(SRC)\dispextern.h \ + $(SRC)\frame.h \ $(SRC)\blockinput.h $(BLD)\w32reg.obj: \ @@ -1102,8 +1120,7 @@ $(BLD)\w32reg.obj: \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ $(SRC)\w32reg.c \ - $(SRC)\dispextern.h \ - $(SRC)\frame.h \ + $(SRC)\lisp.h \ $(SRC)\w32term.h \ $(SRC)\win32.h \ $(SRC)\blockinput.h |