view nt/install.bat @ 24111:212dc05acd10

Checking in some changes made by rms: Added +A web-based front end for @code{mon}, so that it can do the +job of Big Brother (which is not free software). Rearranged a few things. Commented out the speech-generation program that Chris Hofstader is working on.
author Joel N. Weber II <devnull@gnu.org>
date Mon, 18 Jan 1999 03:24:53 +0000
parents cc0d47241404
children c2e042c065a0
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=