aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1997-07-01 05:05:06 +0000
committerGeoff Voelker1997-07-01 05:05:06 +0000
commit333c25a99b7ebc65d98189e2a9f1e6a3ccecbec3 (patch)
tree75acd0201ddce74a9bebe2eb5fc475d61586089e
parent2a7415066839f8befe17e3e7b5e86222eab25b7c (diff)
downloademacs-333c25a99b7ebc65d98189e2a9f1e6a3ccecbec3.tar.gz
emacs-333c25a99b7ebc65d98189e2a9f1e6a3ccecbec3.zip
(OBJ2): Include new source files.
-rw-r--r--src/makefile.nt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index dfcd012aa7e..9ffd18d97ae 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -118,7 +118,12 @@ OBJ2 = $(BLD)\w32.obj \
118 $(BLD)\textprop.obj \ 118 $(BLD)\textprop.obj \
119 $(BLD)\vm-limit.obj \ 119 $(BLD)\vm-limit.obj \
120 $(BLD)\region-cache.obj \ 120 $(BLD)\region-cache.obj \
121 $(BLD)\strftime.obj 121 $(BLD)\strftime.obj \
122 $(BLD)\charset.obj \
123 $(BLD)\coding.obj \
124 $(BLD)\category.obj \
125 $(BLD)\ccl.obj \
126 $(BLD)\fontset.obj
122 127
123WIN32OBJ = $(BLD)\w32term.obj \ 128WIN32OBJ = $(BLD)\w32term.obj \
124 $(BLD)\w32xfns.obj \ 129 $(BLD)\w32xfns.obj \