(lisp): New variable.

(EMACSLOADPATH): Use $(lisp).  Add lisp/international and lisp/emacs-lisp.
This commit is contained in:
Eli Zaretskii 2008-02-09 09:29:03 +00:00
parent deeaffe11d
commit f96b6330e8
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-02-09 Eli Zaretskii <eliz@gnu.org>
* unidata/makefile.w32-in (lisp): New variable.
(EMACSLOADPATH): Use $(lisp). Add lisp/international and
lisp/emacs-lisp.
2008-02-04 Jason Rumney <jasonr@gnu.org>
* unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.

View file

@ -22,7 +22,11 @@
EMACS = ../../src/$(BLD)/emacs.exe
DSTDIR = ../../lisp/international
EMACSLOADPATH = $(CURDIR)/../../lisp
lisp = $(CURDIR)/../../lisp
# EMACSLOADPATH should include international, so Emacs finds encoded-kb.
# It should include emacs-lisp, so Emacs finds bytecomp. This is because
# lisp/subdirs.el is not generated yet when the commands below run.
EMACSLOADPATH = $(lisp);$(lisp)/international;$(lisp)/emacs-lisp
# Quote EMACS so it could be a file name with embedded whitespace
RUNEMACS = "$(EMACS)" -Q --multibyte -batch