Mercurial > emacs
changeset 31627:096f05b96373
(SHELLTYPE): New define.
(SETLOADPATH): New define.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 14 Sep 2000 21:45:18 +0000 |
parents | eb8bb73d0c23 |
children | 9d1b600b5ace |
files | nt/gmake.defs |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/gmake.defs Thu Sep 14 21:40:59 2000 +0000 +++ b/nt/gmake.defs Thu Sep 14 21:45:18 2000 +0000 @@ -68,9 +68,12 @@ 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)