+2009-09-26 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
+ internal.elc. Add term/pc-win.elc.
+ (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
+ term/x-win.elc.
+ (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
+ term/w32-win.elc.
+ (NS_SUPPORT): New.
+ (lisp): Add NS_SUPPORT.
+ (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
+
2009-09-25 David Reitter <david.reitter@gmail.com>
* nsmenu.m (EmacsMenu-clear): Recognize application menu
#ifdef MSDOS
#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \
- ${lispsource}/term/internal.elc
+ ${lispsource}term/internal.elc ${lispsource}term/pc-win.elc
#else
#define MSDOS_SUPPORT
#ifdef HAVE_X_WINDOWS
#define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \
${lispsource}international/fontset.elc ${lispsource}dnd.elc \
- ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc
+ ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc \
+ ${lispsource}term/common-win.elc ${lispsource}term/x-win.elc
#else
#define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \
${lispsource}international/fontset.elc ${lispsource}dnd.elc \
#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}w32-fns.elc ${lispsource}term/common-win.elc \
+ ${lispsource}term/w32-win.elc
#else
#define WINNT_SUPPORT
#endif
#define TOOLTIP_SUPPORT
#endif
+#ifdef HAVE_NS
+#define NS_SUPPORT ${lispsource}emacs-lisp/easymenu.elc \
+ ${lispsource}term/ns-win.elc
+#else
+#define NS_SUPPORT
+#endif
+
/* List of Lisp files loaded into the dumped Emacs. It is arranged
like this because it is easier to generate it semi-mechanically from
loadup.el this way.
MSDOS_SUPPORT \
WINNT_SUPPORT \
WINDOW_SUPPORT \
+ NS_SUPPORT \
${lispsource}widget.elc \
${lispsource}window.elc \
${lispsource}version.el
../lisp/term/common-win.elc \
../lisp/term/x-win.elc \
../lisp/term/pc-win.elc ../lisp/term/internal.elc \
- ../lisp/term/ns-win.elc
+ ../lisp/term/ns-win.elc ../lisp/term/w32-win.elc \
+ ../lisp/emacs-lisp/easymenu.elc
/* Construct full set of libraries to be linked.
Note that SunOS needs -lm to come before -lc; otherwise, you get