view nt/install.bat @ 15157:170295263e96

Allow for optimized build.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 03 May 1996 19:10:16 +0000
parents 1cc4d788d272
children afc59ce2842a
line wrap: on
line source

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