From 1f1bce0ece1593e214f452ecc9ff2baa57aca9dc Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 24 Feb 2002 18:02:49 +0000 Subject: [PATCH] (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc. --- src/ChangeLog | 5 +++++ src/Makefile.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4157523f2e4..394951c5b51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-02-24 Jason Rumney + + * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc + and disp-table.elc. + 2002-02-24 Kim F. Storm * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch: diff --git a/src/Makefile.in b/src/Makefile.in index 7136efe8a41..048ab19d072 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -624,8 +624,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO #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 -- 2.39.2