From 138d2349f3ec125357d8ceb516702328dbe01bfd Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Fri, 3 May 1996 19:10:16 +0000 Subject: [PATCH] Allow for optimized build. --- nt/install.bat | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2