summaryrefslogtreecommitdiff
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-03-04 14:49:36 +0000
committerJason Rumney <jasonr@gnu.org>2000-03-04 14:49:36 +0000
commit3a15f3e7144a522015a19b6fa09536297356b3ef (patch)
tree81d5d267129e5d69c73932f3bbb09396985b54ff /src/makefile.nt
parentc07a554139a69585078a31814b50d20c90074beb (diff)
downloademacs-3a15f3e7144a522015a19b6fa09536297356b3ef.tar.gz
(w32faces.obj): Remove.
(xfaces.obj): Add.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index c92d7a1c497..fb65d628e3f 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -153,7 +153,7 @@ OBJ2 = $(BLD)\w32.obj \
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 @@ $(BLD)\xdisp.obj : \
$(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 @@ $(BLD)\w32faces.obj: \
$(SRC)\frame.h \
$(SRC)\blockinput.h \
$(SRC)\window.h \
+ $(SRC)\keyboard.h \
$(SRC)\intervals.h \
$(SRC)\composite.h