From: Glenn Morris Date: Thu, 13 May 2010 04:15:12 +0000 (-0700) Subject: Remove WINNT_SUPPORT from src/Makefile.in, X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~211^2^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6192e163410a1ffdcee70652952c7744ba4abd6f;p=emacs.git Remove WINNT_SUPPORT from src/Makefile.in, * src/Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file but rather makefile.w32-in. (lisp): Remove WINNT_SUPPORT. --- diff --git a/src/ChangeLog b/src/ChangeLog index a95c5b06f09..f812146c833 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-05-13 Glenn Morris + * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file. + (lisp): Remove WINNT_SUPPORT. + * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]: Let configure set these variables (to empty) in this case as well. diff --git a/src/Makefile.in b/src/Makefile.in index bbc598c3391..ceff99225d7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -436,15 +436,6 @@ otherobj= $(TERMCAP_OBJ) $(PRE_ALLOC_OBJ) $(gmallocobj) $(rallocobj) \ #define WINDOW_SUPPORT #endif -#ifdef WINDOWSNT -#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ - ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc \ - ${lispsource}w32-fns.elc ${lispsource}term/common-win.elc \ - ${lispsource}term/w32-win.elc -#else -#define WINNT_SUPPORT -#endif - #ifdef HAVE_WINDOW_SYSTEM #define TOOLTIP_SUPPORT ${lispsource}tooltip.elc #else @@ -549,7 +540,6 @@ lisp= \ ${lispsource}epa-hook.elc \ TOOLTIP_SUPPORT \ MSDOS_SUPPORT \ - WINNT_SUPPORT \ WINDOW_SUPPORT \ ${NS_SUPPORT} \ ${lispsource}widget.elc \