aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-08-28 14:42:38 +0000
committerAndrew Innes2001-08-28 14:42:38 +0000
commit14454f965f3bb464753c608e8bf6943c5654af41 (patch)
treee7d77e549d7edf759d6b9b6c0e231320e736568c
parent7b0870b2631fa51b5c22b10b69af0ae1306c5954 (diff)
downloademacs-14454f965f3bb464753c608e8bf6943c5654af41.tar.gz
emacs-14454f965f3bb464753c608e8bf6943c5654af41.zip
(DONTCOMPILE): Sync list from makefile.w32-in.
-rw-r--r--lisp/makefile.nt20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index 84e24903746..2dd6970cc65 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -71,6 +71,26 @@ DONTCOMPILE = \
71 $(lisp)/play/bruce.el \ 71 $(lisp)/play/bruce.el \
72 $(lisp)/subdirs.el \ 72 $(lisp)/subdirs.el \
73 $(lisp)/term/internal.el \ 73 $(lisp)/term/internal.el \
74 $(lisp)/term/AT386.el \
75 $(lisp)/term/apollo.el \
76 $(lisp)/term/bobcat.el \
77 $(lisp)/term/iris-ansi.el \
78 $(lisp)/term/keyswap.el \
79 $(lisp)/term/linux.el \
80 $(lisp)/term/lk201.el \
81 $(lisp)/term/news.el \
82 $(lisp)/term/vt102.el \
83 $(lisp)/term/vt125.el \
84 $(lisp)/term/vt200.el \
85 $(lisp)/term/vt201.el \
86 $(lisp)/term/vt220.el \
87 $(lisp)/term/vt240.el \
88 $(lisp)/term/vt300.el \
89 $(lisp)/term/vt320.el \
90 $(lisp)/term/vt400.el \
91 $(lisp)/term/vt420.el \
92 $(lisp)/term/wyse50.el \
93 $(lisp)/term/xterm.el \
74 $(lisp)/version.el 94 $(lisp)/version.el
75 95
76# Files to compile before others during a bootstrap. This is done 96# Files to compile before others during a bootstrap. This is done