summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-05-03 18:19:57 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-05-03 18:19:57 +0000
commitb7c0ab59da0317fabc35e4cbe2d5f6d684119885 (patch)
tree8763839ad6f7fbed2dd36aa8a24ac973a69ccc40 /nt
parent648d73eaa9bebf912a723c26d96de91af7135335 (diff)
downloademacs-b7c0ab59da0317fabc35e4cbe2d5f6d684119885.tar.gz
Check if INSTALL_DIR is passed as an argument.
,
Diffstat (limited to 'nt')
-rwxr-xr-xnt/install.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/install.bat b/nt/install.bat
index 997702b34ca..c05a06ddbf1 100755
--- a/nt/install.bat
+++ b/nt/install.bat
@@ -1 +1,2 @@
nmake -f makefile.nt install
+@if not (%1) == () set INSTALL_DIR=%1