diff options
| author | Andrew Innes | 2000-09-14 21:45:18 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-09-14 21:45:18 +0000 |
| commit | 54f28d5fbc7435809540730e2fda352c1569cae2 (patch) | |
| tree | 2bce2e8b5a29653c96d90b0ee999d2e5da3e03a7 /nt | |
| parent | de324d883e8bad7785003f79eba17df424c0116d (diff) | |
| download | emacs-54f28d5fbc7435809540730e2fda352c1569cae2.tar.gz emacs-54f28d5fbc7435809540730e2fda352c1569cae2.zip | |
(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: | |||
| 68 | sh_output := $(shell echo) | 68 | sh_output := $(shell echo) |
| 69 | ifeq "$(findstring ECHO, $(sh_output))" "ECHO" | 69 | ifeq "$(findstring ECHO, $(sh_output))" "ECHO" |
| 70 | THE_SHELL = $(COMSPEC)$(ComSpec) | 70 | THE_SHELL = $(COMSPEC)$(ComSpec) |
| 71 | SHELLTYPE=CMD | ||
| 71 | else | 72 | else |
| 72 | USING_SH = 1 | 73 | USING_SH = 1 |
| 73 | THE_SHELL = $(SHELL) | 74 | THE_SHELL = $(SHELL) |
| 75 | SHELLTYPE=SH | ||
| 76 | SETLOADPATH=EMACSLOADPATH=$(lisp) | ||
| 74 | endif | 77 | endif |
| 75 | 78 | ||
| 76 | MAKEDIR = $(CURDIR) | 79 | MAKEDIR = $(CURDIR) |