diff options
| author | Eli Zaretskii | 2005-12-30 13:02:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-30 13:02:42 +0000 |
| commit | 98d926f2083aad7185d9813057bb03ad5fa5fcc5 (patch) | |
| tree | c731e21e19803a176a1246012cc21acbe396940d /lib-src | |
| parent | 82a800588d6b61c242204866f09a606c27e205a4 (diff) | |
| download | emacs-98d926f2083aad7185d9813057bb03ad5fa5fcc5.tar.gz emacs-98d926f2083aad7185d9813057bb03ad5fa5fcc5.zip | |
(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.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index a1a96098bd8..ded72dd0c18 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -154,7 +154,7 @@ obj= sunfns.o dosfns.o msdos.o \ | |||
| 154 | # | 154 | # |
| 155 | lispsource = ../lisp/ | 155 | lispsource = ../lisp/ |
| 156 | 156 | ||
| 157 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc | 157 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc |
| 158 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc | 158 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc |
| 159 | 159 | ||
| 160 | # lisp files that are loaded up on other platforms | 160 | # lisp files that are loaded up on other platforms |
| @@ -166,33 +166,35 @@ lisp1= \ | |||
| 166 | $(lispsource)buff-menu.elc \ | 166 | $(lispsource)buff-menu.elc \ |
| 167 | $(lispsource)button.elc \ | 167 | $(lispsource)button.elc \ |
| 168 | $(lispsource)emacs-lisp/byte-run.elc \ | 168 | $(lispsource)emacs-lisp/byte-run.elc \ |
| 169 | $(lispsource)cus-face.elc \ | ||
| 169 | $(lispsource)cus-start.elc \ | 170 | $(lispsource)cus-start.elc \ |
| 170 | $(lispsource)custom.elc \ | 171 | $(lispsource)custom.elc \ |
| 171 | $(lispsource)emacs-lisp/backquote.elc \ | 172 | $(lispsource)emacs-lisp/backquote.elc \ |
| 172 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 173 | $(lispsource)emacs-lisp/lisp-mode.elc \ |
| 173 | $(lispsource)emacs-lisp/lisp.elc \ | 174 | $(lispsource)emacs-lisp/lisp.elc \ |
| 174 | $(lispsource)env.elc \ | ||
| 175 | $(lispsource)faces.elc \ | ||
| 176 | $(lispsource)files.elc \ | ||
| 177 | $(lispsource)format.elc \ | ||
| 178 | $(lispsource)facemenu.elc \ | 175 | $(lispsource)facemenu.elc \ |
| 179 | $(MOUSE_SUPPORT) \ | 176 | $(MOUSE_SUPPORT) \ |
| 177 | $(lispsource)faces.elc \ | ||
| 178 | $(lispsource)files.elc \ | ||
| 180 | $(lispsource)emacs-lisp/float-sup.elc \ | 179 | $(lispsource)emacs-lisp/float-sup.elc \ |
| 180 | $(lispsource)format.elc \ | ||
| 181 | $(lispsource)frame.elc \ | 181 | $(lispsource)frame.elc \ |
| 182 | $(lispsource)help.elc \ | 182 | $(lispsource)help.elc \ |
| 183 | $(lispsource)indent.elc \ | 183 | $(lispsource)indent.elc \ |
| 184 | $(lispsource)isearch.elc \ | 184 | $(lispsource)isearch.elc \ |
| 185 | $(lispsource)rfn-eshadow.elc \ | ||
| 185 | $(lispsource)loadup.el \ | 186 | $(lispsource)loadup.el \ |
| 186 | $(lispsource)loaddefs.el \ | 187 | $(lispsource)loaddefs.el \ |
| 187 | $(lispsource)bindings.elc \ | 188 | $(lispsource)bindings.elc \ |
| 188 | $(lispsource)emacs-lisp/map-ynp.elc \ | 189 | $(lispsource)emacs-lisp/map-ynp.elc \ |
| 189 | $(lispsource)menu-bar.elc \ | 190 | $(lispsource)env.elc \ |
| 190 | $(lispsource)international/mule.elc \ | 191 | $(lispsource)international/mule.elc \ |
| 191 | $(lispsource)international/mule-conf.el \ | 192 | $(lispsource)international/mule-conf.el \ |
| 192 | $(lispsource)international/mule-cmds.elc \ | 193 | $(lispsource)international/mule-cmds.elc \ |
| 193 | $(lispsource)international/characters.elc \ | 194 | $(lispsource)international/characters.elc \ |
| 194 | $(lispsource)international/ucs-tables.elc \ | 195 | $(lispsource)international/ucs-tables.elc \ |
| 195 | $(lispsource)international/utf-8.elc \ | 196 | $(lispsource)international/utf-8.elc \ |
| 197 | $(lispsource)international/utf-16.elc \ | ||
| 196 | $(lispsource)international/latin-1.el \ | 198 | $(lispsource)international/latin-1.el \ |
| 197 | $(lispsource)international/latin-2.el \ | 199 | $(lispsource)international/latin-2.el \ |
| 198 | $(lispsource)international/latin-3.el \ | 200 | $(lispsource)international/latin-3.el \ |
| @@ -207,6 +209,7 @@ lisp2 = \ | |||
| 207 | $(lispsource)language/cyrillic.elc \ | 209 | $(lispsource)language/cyrillic.elc \ |
| 208 | $(lispsource)language/indian.elc \ | 210 | $(lispsource)language/indian.elc \ |
| 209 | $(lispsource)language/devanagari.el \ | 211 | $(lispsource)language/devanagari.el \ |
| 212 | $(lispsource)language/kannada.el \ | ||
| 210 | $(lispsource)language/malayalam.el \ | 213 | $(lispsource)language/malayalam.el \ |
| 211 | $(lispsource)language/tamil.el \ | 214 | $(lispsource)language/tamil.el \ |
| 212 | $(lispsource)language/english.el \ | 215 | $(lispsource)language/english.el \ |
| @@ -226,6 +229,7 @@ lisp2 = \ | |||
| 226 | $(lispsource)language/misc-lang.el \ | 229 | $(lispsource)language/misc-lang.el \ |
| 227 | $(lispsource)language/utf-8-lang.el \ | 230 | $(lispsource)language/utf-8-lang.el \ |
| 228 | $(lispsource)language/georgian.el \ | 231 | $(lispsource)language/georgian.el \ |
| 232 | $(lispsource)menu-bar.elc \ | ||
| 229 | $(lispsource)paths.el \ | 233 | $(lispsource)paths.el \ |
| 230 | $(lispsource)register.elc \ | 234 | $(lispsource)register.elc \ |
| 231 | $(lispsource)replace.elc \ | 235 | $(lispsource)replace.elc \ |
| @@ -234,11 +238,16 @@ lisp2 = \ | |||
| 234 | $(lispsource)subr.elc \ | 238 | $(lispsource)subr.elc \ |
| 235 | $(lispsource)term/tty-colors.elc \ | 239 | $(lispsource)term/tty-colors.elc \ |
| 236 | $(lispsource)font-core.elc \ | 240 | $(lispsource)font-core.elc \ |
| 241 | $(lispsource)emacs-lisp/syntax.elc \ | ||
| 242 | $(lispsource)font-lock.elc \ | ||
| 243 | $(lispsource)jit-lock.elc \ | ||
| 237 | $(lispsource)textmodes/fill.elc \ | 244 | $(lispsource)textmodes/fill.elc \ |
| 238 | $(lispsource)textmodes/page.elc \ | 245 | $(lispsource)textmodes/page.elc \ |
| 239 | $(lispsource)textmodes/paragraphs.elc \ | 246 | $(lispsource)textmodes/paragraphs.elc \ |
| 240 | $(lispsource)textmodes/text-mode.elc \ | 247 | $(lispsource)textmodes/text-mode.elc \ |
| 248 | $(lispsource)emacs-lisp/timer.elc \ | ||
| 241 | $(lispsource)vc-hooks.elc \ | 249 | $(lispsource)vc-hooks.elc \ |
| 250 | $(lispsource)jka-cmpr-hook.elc \ | ||
| 242 | $(lispsource)ediff-hook.elc \ | 251 | $(lispsource)ediff-hook.elc \ |
| 243 | $(VMS_SUPPORT) \ | 252 | $(VMS_SUPPORT) \ |
| 244 | $(MSDOS_SUPPORT) \ | 253 | $(MSDOS_SUPPORT) \ |