comparison nt/nmake.defs @ 37382:3e0214f03d95

(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the environment.
author Andrew Innes <andrewi@gnu.org>
date Wed, 18 Apr 2001 14:07:15 +0000
parents d4c0b7a5bc48
children 05144f7eaa49
comparison
equal deleted inserted replaced
37381:fa2805c46667 37382:3e0214f03d95
35 35
36 # INSTALL_DIR is the directory into which emacs will be installed. 36 # INSTALL_DIR is the directory into which emacs will be installed.
37 # 37 #
38 !ifndef INSTALL_DIR 38 !ifndef INSTALL_DIR
39 INSTALL_DIR = $(CURDIR)/.. 39 INSTALL_DIR = $(CURDIR)/..
40 !endif
41
42 # Ensure EMACSLOADPATH is defined in the environment.
43 #
44 !if [set EMACSLOADPATH=foo]
40 !endif 45 !endif
41 46
42 # Allow detection of builds with MSVC 5 or later, so we can 47 # Allow detection of builds with MSVC 5 or later, so we can
43 # speed up compiles (see rule at end). 48 # speed up compiles (see rule at end).
44 # 49 #