view nt/install.bat @ 16652:eb3f3934a185

(normal-top-level, command-line, command-line-1): User w32 instead of ms-windows for window-system symbol.
author Geoff Voelker <voelker@cs.washington.edu>
date Mon, 09 Dec 1996 23:38:03 +0000
parents afc59ce2842a
children cc0d47241404
line wrap: on
line source

@echo off
if (%1) == (speed) set BUILD_TYPE=spd
if (%1) == (speed) shift
if not (%1) == () set INSTALL_DIR=%1
nmake -f makefile.nt install
set INSTALL_DIR=
set BUILD_TYPE=