1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +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:
Juanma Barranquero 2010-06-11 23:26:13 +02:00
parent 69f18acc8d
commit 5fee75d49a
4 changed files with 11 additions and 3 deletions

View File

@ -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.

View File

@ -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) \

View File

@ -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>

View File

@ -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.)