Mercurial > emacs
changeset 43512:e078a588dd5c
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 24 Feb 2002 17:59:20 +0000 |
parents | 2a3b69026967 |
children | c98b07d62c94 |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Feb 24 17:42:49 2002 +0000 +++ b/src/Makefile.in Sun Feb 24 17:59:20 2002 +0000 @@ -624,8 +624,9 @@ #endif #ifdef WINDOWSNT -#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}w32-fns.elc \ - ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc +#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ + ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc \ + ${lispsource}w32-fns.elc #else #define WINNT_SUPPORT #endif