aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-02-24 17:42:49 +0000
committerJason Rumney2002-02-24 17:42:49 +0000
commit4143f98befb81ae8cf54bb6663ff16b047d1fc64 (patch)
treebbe44a1aec89fc0175db3b5846adf6b651d30b17
parentc6a33288f9615d99ada3a01f0120962c04c1cac6 (diff)
downloademacs-4143f98befb81ae8cf54bb6663ff16b047d1fc64.tar.gz
emacs-4143f98befb81ae8cf54bb6663ff16b047d1fc64.zip
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 48d8dc36387..7136efe8a41 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -625,7 +625,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
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}w32-fns.elc \
628 ${lispsource}dos-w32.elc 628 ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc
629#else 629#else
630#define WINNT_SUPPORT 630#define WINNT_SUPPORT
631#endif 631#endif