diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-05-03 19:10:16 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-05-03 19:10:16 +0000 |
commit | 0c091e4606ff011422d051637e72b3fd20fa1e20 (patch) | |
tree | 4413e87a9b5318716ecae13ffd4f281be94f035b /nt | |
parent | 42258c466da341d42f7034f6cbc0ede682559052 (diff) | |
download | emacs-0c091e4606ff011422d051637e72b3fd20fa1e20.tar.gz |
Allow for optimized build.
Diffstat (limited to 'nt')
-rwxr-xr-x | nt/install.bat | 4 |
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 |