]> git.eshelyaron.com Git - emacs.git/commitdiff
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
authorJason Rumney <jasonr@gnu.org>
Sun, 24 Feb 2002 18:02:49 +0000 (18:02 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 24 Feb 2002 18:02:49 +0000 (18:02 +0000)
src/ChangeLog
src/Makefile.in

index 4157523f2e4704d29b692081c89832dcaa7ff92e..394951c5b51faf51636ef6c3a148ba7463a730c4 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-24  Jason Rumney  <jasonr@gnu.org>
+
+       * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
+       and disp-table.elc.
+
 2002-02-24  Kim F. Storm  <storm@cua.dk>
 
        * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
index 7136efe8a41114af16bff12a36bf23e24cadfbcf..048ab19d072362089b05cabd08483cf916586086 100644 (file)
@@ -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