diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:45:18 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:45:18 +0000 |
commit | 54f28d5fbc7435809540730e2fda352c1569cae2 (patch) | |
tree | 2bce2e8b5a29653c96d90b0ee999d2e5da3e03a7 /nt | |
parent | de324d883e8bad7785003f79eba17df424c0116d (diff) | |
download | emacs-54f28d5fbc7435809540730e2fda352c1569cae2.tar.gz |
(SHELLTYPE): New define.
(SETLOADPATH): New define.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gmake.defs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs index d8c658e6813..8734943e7da 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -68,9 +68,12 @@ all: sh_output := $(shell echo)
ifeq "$(findstring ECHO, $(sh_output))" "ECHO"
THE_SHELL = $(COMSPEC)$(ComSpec)
+SHELLTYPE=CMD
else
USING_SH = 1
THE_SHELL = $(SHELL)
+SHELLTYPE=SH
+SETLOADPATH=EMACSLOADPATH=$(lisp)
endif
MAKEDIR = $(CURDIR)
|