]> git.eshelyaron.com Git - emacs.git/commitdiff
(OBJ2): Include new source files.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 1 Jul 1997 05:05:06 +0000 (05:05 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 1 Jul 1997 05:05:06 +0000 (05:05 +0000)
src/makefile.nt

index dfcd012aa7e6e601e6c675f6b86179e535d0b975..9ffd18d97ae1f95af25e9ee8b59f8e0676bdda29 100644 (file)
@@ -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   \