diff options
| author | Geoff Voelker | 1998-10-20 22:12:38 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-10-20 22:12:38 +0000 |
| commit | 67c2a40ffd69d6df609b0dfbfd4277740ce8b37a (patch) | |
| tree | 459c93ae099bbd6f36a187447cd480bfb1a7ec3b /src/makefile.nt | |
| parent | f3be100fc29c31d69f289d0cc986dcc2f6bbe08a (diff) | |
| download | emacs-67c2a40ffd69d6df609b0dfbfd4277740ce8b37a.tar.gz emacs-67c2a40ffd69d6df609b0dfbfd4277740ce8b37a.zip | |
(w32fns.c): Add x-list-font.c to dependancies.
Diffstat (limited to 'src/makefile.nt')
| -rw-r--r-- | src/makefile.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index f072402ad49..df55ce3cb3a 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -1104,6 +1104,7 @@ $(BLD)\w32fns.obj: \ | |||
| 1104 | $(EMACS_ROOT)\src\m\intel386.h \ | 1104 | $(EMACS_ROOT)\src\m\intel386.h \ |
| 1105 | $(EMACS_ROOT)\src\config.h \ | 1105 | $(EMACS_ROOT)\src\config.h \ |
| 1106 | $(SRC)\w32fns.c \ | 1106 | $(SRC)\w32fns.c \ |
| 1107 | $(SRC)\x-list-font.c \ | ||
| 1107 | $(SRC)\lisp.h \ | 1108 | $(SRC)\lisp.h \ |
| 1108 | $(SRC)\w32term.h \ | 1109 | $(SRC)\w32term.h \ |
| 1109 | $(SRC)\w32gui.h \ | 1110 | $(SRC)\w32gui.h \ |