From: Geoff Voelker Date: Tue, 1 Jul 1997 05:05:06 +0000 (+0000) Subject: (OBJ2): Include new source files. X-Git-Tag: emacs-20.1~1441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=333c25a99b7ebc65d98189e2a9f1e6a3ccecbec3;p=emacs.git (OBJ2): Include new source files. --- 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 \ $(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 \