From: Eli Zaretskii Date: Fri, 2 Oct 2009 18:56:05 +0000 (+0000) Subject: (AUTOGENEL): Add loaddefs.el files in cedet subdirectories. X-Git-Tag: emacs-pretest-23.1.90~979 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f885d01d22ffe134bbed2b6520badbfc46c2636;p=emacs.git (AUTOGENEL): Add loaddefs.el files in cedet subdirectories. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff1416cddc8..59ad29615d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,7 @@ (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in subdirs of cedet as well. (WINS_BASIC): Add eieio. + (AUTOGENEL): Add loaddefs.el files in cedet subdirectories. 2009-10-02 Stefan Monnier diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 20290caf496..8228b649973 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -60,7 +60,9 @@ LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \ - $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el + $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el \ + $(lisp)/cedet/semantic/loaddefs.el $(lisp)/cedet/ede/loaddefs.el \ + $(lisp)/cedet/srecode/loaddefs.el # Files to compile before others during a bootstrap. This is done to # speed up the bootstrap process. The CC files are compiled first