summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-05-03 19:10:16 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-05-03 19:10:16 +0000
commit0c091e4606ff011422d051637e72b3fd20fa1e20 (patch)
tree4413e87a9b5318716ecae13ffd4f281be94f035b /nt
parent42258c466da341d42f7034f6cbc0ede682559052 (diff)
downloademacs-0c091e4606ff011422d051637e72b3fd20fa1e20.tar.gz
Allow for optimized build.
Diffstat (limited to 'nt')
-rwxr-xr-xnt/install.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/install.bat b/nt/install.bat
index c05a06ddbf1..6a8b4deee4c 100755
--- a/nt/install.bat
+++ b/nt/install.bat
@@ -1,2 +1,6 @@
nmake -f makefile.nt install
+@echo off
+if (%1) == (speed) set BUILD_TYPE=spd
+if (%1) == (speed) shift
+if not (%1) == () set INSTALL_DIR=%1
@if not (%1) == () set INSTALL_DIR=%1