Mercurial > emacs
diff src/Makefile.in @ 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 | 057daa8cfae0 |
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
