mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
Fix Windows makefiles to adapt to lisp/vc reorganization.
* lib-src/makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc and vc/ediff-hook.elc. * lisp/makefile.w32-in (WINS_BASIC): Include new directory vc.
This commit is contained in:
parent
69f18acc8d
commit
5fee75d49a
@ -1,3 +1,8 @@
|
||||
2010-06-11 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
|
||||
and vc/ediff-hook.elc.
|
||||
|
||||
2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* ntlib.h: Remove code dealing with BSTRING.
|
||||
|
@ -279,8 +279,8 @@ lisp2 = \
|
||||
$(lispsource)textmodes/text-mode.elc \
|
||||
$(lispsource)emacs-lisp/timer.elc \
|
||||
$(lispsource)jka-cmpr-hook.elc \
|
||||
$(lispsource)vc-hooks.elc \
|
||||
$(lispsource)ediff-hook.elc \
|
||||
$(lispsource)vc/vc-hooks.elc \
|
||||
$(lispsource)vc/ediff-hook.elc \
|
||||
$(lispsource)epa-hook.elc \
|
||||
$(TOOLTIP_SUPPORT) \
|
||||
$(WINNT_SUPPORT) \
|
||||
|
@ -1,5 +1,7 @@
|
||||
2010-06-11 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (WINS_BASIC): Include new directory vc.
|
||||
|
||||
* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
|
||||
|
||||
2010-06-11 Juri Linkov <juri@jurta.org>
|
||||
|
@ -114,7 +114,8 @@ WINS_BASIC=\
|
||||
play \
|
||||
progmodes \
|
||||
textmodes \
|
||||
url
|
||||
url \
|
||||
vc
|
||||
|
||||
# Directories with lisp files to compile, and to extract data from
|
||||
# (customs, autoloads, etc.)
|
||||
|
Loading…
Reference in New Issue
Block a user