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