changeset 108527:4bc413744e69

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.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 May 2010 21:15:12 -0700
parents f3d57f9fdf9f
children 6fafd89a8318
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 3 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed May 12 20:58:17 2010 -0700
+++ b/src/ChangeLog	Wed May 12 21:15:12 2010 -0700
@@ -1,5 +1,8 @@
 2010-05-13  Glenn Morris  <rgm@gnu.org>
 
+	* 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.
 
--- a/src/Makefile.in	Wed May 12 20:58:17 2010 -0700
+++ b/src/Makefile.in	Wed May 12 21:15:12 2010 -0700
@@ -436,15 +436,6 @@
 #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 @@
 	${lispsource}epa-hook.elc \
 	TOOLTIP_SUPPORT \
 	MSDOS_SUPPORT \
-	WINNT_SUPPORT \
 	WINDOW_SUPPORT \
 	${NS_SUPPORT} \
 	${lispsource}widget.elc \