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