1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.

This commit is contained in:
Jason Rumney 2002-02-24 17:42:49 +00:00
parent c6a33288f9
commit 4143f98bef

View 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