Mercurial > emacs
changeset 18505:ca4d948da78d
(OBJ2): Include new source files.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 01 Jul 1997 05:05:06 +0000 |
parents | f0f8ac814b26 |
children | bcc706aedcea |
files | src/makefile.nt |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Tue Jul 01 05:04:20 1997 +0000 +++ b/src/makefile.nt Tue Jul 01 05:05:06 1997 +0000 @@ -118,7 +118,12 @@ $(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 \