diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-08-28 14:42:38 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-08-28 14:42:38 +0000 |
commit | 14454f965f3bb464753c608e8bf6943c5654af41 (patch) | |
tree | e7d77e549d7edf759d6b9b6c0e231320e736568c /lisp/makefile.nt | |
parent | 7b0870b2631fa51b5c22b10b69af0ae1306c5954 (diff) | |
download | emacs-14454f965f3bb464753c608e8bf6943c5654af41.tar.gz |
(DONTCOMPILE): Sync list from makefile.w32-in.
Diffstat (limited to 'lisp/makefile.nt')
-rw-r--r-- | lisp/makefile.nt | 20 |
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 = \ $(lisp)/play/bruce.el \ $(lisp)/subdirs.el \ $(lisp)/term/internal.el \ + $(lisp)/term/AT386.el \ + $(lisp)/term/apollo.el \ + $(lisp)/term/bobcat.el \ + $(lisp)/term/iris-ansi.el \ + $(lisp)/term/keyswap.el \ + $(lisp)/term/linux.el \ + $(lisp)/term/lk201.el \ + $(lisp)/term/news.el \ + $(lisp)/term/vt102.el \ + $(lisp)/term/vt125.el \ + $(lisp)/term/vt200.el \ + $(lisp)/term/vt201.el \ + $(lisp)/term/vt220.el \ + $(lisp)/term/vt240.el \ + $(lisp)/term/vt300.el \ + $(lisp)/term/vt320.el \ + $(lisp)/term/vt400.el \ + $(lisp)/term/vt420.el \ + $(lisp)/term/wyse50.el \ + $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done |