diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:45:45 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:45:45 +0000 |
commit | 12563abbfa02071849c2ec6053527fe1f16cd0a5 (patch) | |
tree | c8faa27ed7ff2d7a29847f5a61802283ce1044c8 /nt/nmake.defs | |
parent | 54f28d5fbc7435809540730e2fda352c1569cae2 (diff) | |
download | emacs-12563abbfa02071849c2ec6053527fe1f16cd0a5.tar.gz |
(SHELLTYPE): New define.
Diffstat (limited to 'nt/nmake.defs')
-rw-r--r-- | nt/nmake.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs index d6238c92279..ff3cc1be90d 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -20,6 +20,7 @@ all:
THE_SHELL = $(COMSPEC)
+SHELLTYPE=CMD
ALL_DEPS = $**
|