aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-01-29 23:03:30 +0000
committerJuanma Barranquero2006-01-29 23:03:30 +0000
commit3e66f07caaf5f5e117ee5cd2b42b63017778525c (patch)
tree2546a48aa42468a4ec5d59464d8547bb10480137
parent68b88a6db1e3bbc7c282f835bf1a086634c650e9 (diff)
downloademacs-3e66f07caaf5f5e117ee5cd2b42b63017778525c.tar.gz
emacs-3e66f07caaf5f5e117ee5cd2b42b63017778525c.zip
(WINS): Add erc.
(MH_E_SRC): Update (copied from lisp/Makefile.in).
-rw-r--r--lisp/makefile.w32-in21
1 files changed, 13 insertions, 8 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 2023b3469f7..15fab808381 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -79,6 +79,7 @@ WINS=\
79 calendar \ 79 calendar \
80 emacs-lisp \ 80 emacs-lisp \
81 emulation \ 81 emulation \
82 erc \
82 eshell \ 83 eshell \
83 gnus \ 84 gnus \
84 international \ 85 international \
@@ -298,14 +299,18 @@ recompile: mh-autoloads doit $(lisp)/progmodes/cc-mode.elc
298# the autoloads for the MH-E entry points, which are already in 299# the autoloads for the MH-E entry points, which are already in
299# loaddefs.el. 300# loaddefs.el.
300MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ 301MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
301 $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el \ 302 $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-compat.el \
302 $(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el \ 303 $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-e.el \
303 $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-identity.el \ 304 $(lisp)/mh-e/mh-folder.el $(lisp)/mh-e/mh-funcs.el \
304 $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el \ 305 $(lisp)/mh-e/mh-gnus.el $(lisp)/mh-e/mh-identity.el \
305 $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-mime.el \ 306 $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-junk.el \
306 $(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-search.el \ 307 $(lisp)/mh-e/mh-letter.el $(lisp)/mh-e/mh-limit.el \
307 $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-speed.el \ 308 $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-print.el \
308 $(lisp)/mh-e/mh-utils.el 309 $(lisp)/mh-e/mh-scan.el $(lisp)/mh-e/mh-search.el \
310 $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-show.el \
311 $(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-thread.el \
312 $(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el \
313 $(lisp)/mh-e/mh-xface.el
309 314
310mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el 315mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
311$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) 316$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)