]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove WINNT_SUPPORT from src/Makefile.in,
authorGlenn Morris <rgm@gnu.org>
Thu, 13 May 2010 04:15:12 +0000 (21:15 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 May 2010 04:15:12 +0000 (21:15 -0700)
* src/Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file
but rather makefile.w32-in.
(lisp): Remove WINNT_SUPPORT.

src/ChangeLog
src/Makefile.in

index a95c5b06f091b0d3a2cbe3b8e126dda01162f70c..f812146c833fbb74a6e8fe5356a7abfb47c46d8f 100644 (file)
@@ -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.
 
index bbc598c33912f3ff64b5973add245ff1e93617d0..ceff99225d754669c2f59de6074e7f9b194f4b92 100644 (file)
@@ -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 \