diff options
author | Jason Rumney <jasonr@gnu.org> | 2002-02-24 18:02:49 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2002-02-24 18:02:49 +0000 |
commit | 1f1bce0ece1593e214f452ecc9ff2baa57aca9dc (patch) | |
tree | 27ad53d102ef59e59912b015103479d57456e923 /src/Makefile.in | |
parent | 4143f98befb81ae8cf54bb6663ff16b047d1fc64 (diff) | |
download | emacs-1f1bce0ece1593e214f452ecc9ff2baa57aca9dc.tar.gz |
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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 |