# HG changeset patch # User Eli Zaretskii # Date 1135947762 0 # Node ID 3de387bf632e628438c18d874102e28634fb25d7 # Parent c475c5493ee037cde9baed0ffdd0d6161e59f9ab (MOUSE_SUPPORT): Add tooltip.elc. (lisp1): Add rfn-eshadow.elc, international/utf-16.elc. Rearrange the list to be similar to $(shortlisp) in src/Makefile.in. (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in src/Makefile.in. diff -r c475c5493ee0 -r 3de387bf632e lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Fri Dec 30 11:03:41 2005 +0000 +++ b/lib-src/makefile.w32-in Fri Dec 30 13:02:42 2005 +0000 @@ -154,7 +154,7 @@ # lispsource = ../lisp/ -MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc +MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc # lisp files that are loaded up on other platforms @@ -166,33 +166,35 @@ $(lispsource)buff-menu.elc \ $(lispsource)button.elc \ $(lispsource)emacs-lisp/byte-run.elc \ + $(lispsource)cus-face.elc \ $(lispsource)cus-start.elc \ $(lispsource)custom.elc \ $(lispsource)emacs-lisp/backquote.elc \ $(lispsource)emacs-lisp/lisp-mode.elc \ $(lispsource)emacs-lisp/lisp.elc \ - $(lispsource)env.elc \ + $(lispsource)facemenu.elc \ + $(MOUSE_SUPPORT) \ $(lispsource)faces.elc \ $(lispsource)files.elc \ + $(lispsource)emacs-lisp/float-sup.elc \ $(lispsource)format.elc \ - $(lispsource)facemenu.elc \ - $(MOUSE_SUPPORT) \ - $(lispsource)emacs-lisp/float-sup.elc \ $(lispsource)frame.elc \ $(lispsource)help.elc \ $(lispsource)indent.elc \ $(lispsource)isearch.elc \ + $(lispsource)rfn-eshadow.elc \ $(lispsource)loadup.el \ $(lispsource)loaddefs.el \ $(lispsource)bindings.elc \ $(lispsource)emacs-lisp/map-ynp.elc \ - $(lispsource)menu-bar.elc \ + $(lispsource)env.elc \ $(lispsource)international/mule.elc \ $(lispsource)international/mule-conf.el \ $(lispsource)international/mule-cmds.elc \ $(lispsource)international/characters.elc \ $(lispsource)international/ucs-tables.elc \ $(lispsource)international/utf-8.elc \ + $(lispsource)international/utf-16.elc \ $(lispsource)international/latin-1.el \ $(lispsource)international/latin-2.el \ $(lispsource)international/latin-3.el \ @@ -207,6 +209,7 @@ $(lispsource)language/cyrillic.elc \ $(lispsource)language/indian.elc \ $(lispsource)language/devanagari.el \ + $(lispsource)language/kannada.el \ $(lispsource)language/malayalam.el \ $(lispsource)language/tamil.el \ $(lispsource)language/english.el \ @@ -226,6 +229,7 @@ $(lispsource)language/misc-lang.el \ $(lispsource)language/utf-8-lang.el \ $(lispsource)language/georgian.el \ + $(lispsource)menu-bar.elc \ $(lispsource)paths.el \ $(lispsource)register.elc \ $(lispsource)replace.elc \ @@ -234,11 +238,16 @@ $(lispsource)subr.elc \ $(lispsource)term/tty-colors.elc \ $(lispsource)font-core.elc \ + $(lispsource)emacs-lisp/syntax.elc \ + $(lispsource)font-lock.elc \ + $(lispsource)jit-lock.elc \ $(lispsource)textmodes/fill.elc \ $(lispsource)textmodes/page.elc \ $(lispsource)textmodes/paragraphs.elc \ $(lispsource)textmodes/text-mode.elc \ + $(lispsource)emacs-lisp/timer.elc \ $(lispsource)vc-hooks.elc \ + $(lispsource)jka-cmpr-hook.elc \ $(lispsource)ediff-hook.elc \ $(VMS_SUPPORT) \ $(MSDOS_SUPPORT) \