From: Eli Zaretskii Date: Sat, 26 Sep 2009 09:41:02 +0000 (+0000) Subject: (WINS_ALMOST): Add cedet (with its subdirectories) and eieio. X-Git-Tag: emacs-pretest-23.1.90~1137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=416ac2f17edb6dd24f979c34fca9fee33535dcb0;p=emacs.git (WINS_ALMOST): Add cedet (with its subdirectories) and eieio. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6bd704552b3..808d420218d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-09-26 Eli Zaretskii + + * makefile.w32-in (WINS_ALMOST): Add cedet (with its + subdirectories) and eieio. + 2009-09-26 Alan Mackenzie * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 4b92a26aeb7..a64dda72202 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -86,6 +86,16 @@ emacs = "$(EMACS)" $(EMACSOPT) WINS_ALMOST=\ calc \ calendar \ + cedet \ + cedet/ede \ + cedet/semantic \ + cedet/semantic/analyze \ + cedet/semantic/bovine \ + cedet/semantic/decorate \ + cedet/semantic/symref \ + cedet/semantic/wisent \ + cedet/srecode \ + eieio \ emacs-lisp \ emulation \ erc \