aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-02-24 18:02:49 +0000
committerJason Rumney2002-02-24 18:02:49 +0000
commit1f1bce0ece1593e214f452ecc9ff2baa57aca9dc (patch)
tree27ad53d102ef59e59912b015103479d57456e923 /src
parent4143f98befb81ae8cf54bb6663ff16b047d1fc64 (diff)
downloademacs-1f1bce0ece1593e214f452ecc9ff2baa57aca9dc.tar.gz
emacs-1f1bce0ece1593e214f452ecc9ff2baa57aca9dc.zip
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in5
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 @@
12002-02-24 Jason Rumney <jasonr@gnu.org>
2
3 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
4 and disp-table.elc.
5
12002-02-24 Kim F. Storm <storm@cua.dk> 62002-02-24 Kim F. Storm <storm@cua.dk>
2 7
3 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch: 8 * 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
624#endif 624#endif
625 625
626#ifdef WINDOWSNT 626#ifdef WINDOWSNT
627#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}w32-fns.elc \ 627#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
628 ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc 628 ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc \
629 ${lispsource}w32-fns.elc
629#else 630#else
630#define WINNT_SUPPORT 631#define WINNT_SUPPORT
631#endif 632#endif