aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorGeoff Voelker <[email protected]>1997-07-01 05:05:06 +0000
committerGeoff Voelker <[email protected]>1997-07-01 05:05:06 +0000
commit333c25a99b7ebc65d98189e2a9f1e6a3ccecbec3 (patch)
tree75acd0201ddce74a9bebe2eb5fc475d61586089e /src/makefile.nt
parent2a7415066839f8befe17e3e7b5e86222eab25b7c (diff)
(OBJ2): Include new source files.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index dfcd012aa7..9ffd18d97a 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -118,7 +118,12 @@ OBJ2 = $(BLD)\w32.obj \
$(BLD)\textprop.obj \
$(BLD)\vm-limit.obj \
$(BLD)\region-cache.obj \
- $(BLD)\strftime.obj
+ $(BLD)\strftime.obj \
+ $(BLD)\charset.obj \
+ $(BLD)\coding.obj \
+ $(BLD)\category.obj \
+ $(BLD)\ccl.obj \
+ $(BLD)\fontset.obj
WIN32OBJ = $(BLD)\w32term.obj \
$(BLD)\w32xfns.obj \