aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-05-12 21:15:12 -0700
committerGlenn Morris <[email protected]>2010-05-12 21:15:12 -0700
commit6192e163410a1ffdcee70652952c7744ba4abd6f (patch)
tree75f2dfdeeaa6205efc96516a3260418ae5d0f76e /src
parent4286c48d4b255139761c7d3ec14fc020f3f071b5 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/Makefile.in10
2 files changed, 3 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a95c5b06f0..f812146c83 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2010-05-13 Glenn Morris <[email protected]>
+ * 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 bbc598c339..ceff99225d 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 \