view nt/install.bat @ 19231:454f881f60ef

(lisp): Update paths to lisp files that have moved. (ctags.obj): New target. (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. Add includes.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 09 Aug 1997 01:45:19 +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=