Mercurial > emacs
changeset 27980:350224e0efe6
(w32faces.obj): Remove.
(xfaces.obj): Add.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 04 Mar 2000 14:49:36 +0000 |
parents | 0eacc2b5db8a |
children | acba8d7b819b |
files | src/makefile.nt |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Fri Mar 03 20:32:33 2000 +0000 +++ b/src/makefile.nt Sat Mar 04 14:49:36 2000 +0000 @@ -153,7 +153,7 @@ WIN32OBJ = $(BLD)\w32term.obj \ $(BLD)\w32xfns.obj \ $(BLD)\w32fns.obj \ - $(BLD)\w32faces.obj \ + $(BLD)\xfaces.obj \ $(BLD)\w32select.obj \ $(BLD)\w32menu.obj \ $(BLD)\w32reg.obj \ @@ -1156,12 +1156,14 @@ $(SRC)\intervals.h \ $(SRC)\composite.h -$(BLD)\w32faces.obj: \ +$(BLD)\xfaces.obj: \ $(EMACS_ROOT)\src\s\ms-w32.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ - $(SRC)\w32faces.c \ + $(SRC)\xfaces.c \ $(SRC)\lisp.h \ + $(SRC)\charset.h \ + $(SRC)\fontset.h \ $(SRC)\w32term.h \ $(SRC)\w32gui.h \ $(SRC)\buffer.h \ @@ -1169,6 +1171,7 @@ $(SRC)\frame.h \ $(SRC)\blockinput.h \ $(SRC)\window.h \ + $(SRC)\keyboard.h \ $(SRC)\intervals.h \ $(SRC)\composite.h