changeset 15157:170295263e96

Allow for optimized build.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 03 May 1996 19:10:16 +0000
parents 69941576c244
children e8ceba484a94
files nt/install.bat
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/install.bat	Fri May 03 19:09:53 1996 +0000
+++ b/nt/install.bat	Fri May 03 19:10:16 1996 +0000
@@ -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