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

index 48d8dc36387d3dd6f2882e770d814be1190aada2..7136efe8a41114af16bff12a36bf23e24cadfbcf 100644 (file)
@@ -625,7 +625,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
 
 #ifdef WINDOWSNT
 #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}w32-fns.elc \
-  ${lispsource}dos-w32.elc
+  ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc
 #else
 #define WINNT_SUPPORT
 #endif