emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100253: Remove WINNT_SUPPORT from sr


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100253: Remove WINNT_SUPPORT from src/Makefile.in,
Date: Wed, 12 May 2010 21:15:12 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100253
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-05-12 21:15:12 -0700
message:
  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.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-13 03:52:07 +0000
+++ b/src/ChangeLog     2010-05-13 04:15:12 +0000
@@ -1,5 +1,8 @@
 2010-05-13  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-13 03:52:07 +0000
+++ b/src/Makefile.in   2010-05-13 04:15:12 +0000
@@ -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 \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]