annotate nt/install.bat @ 17690:3fa9da85b3ea
Fix customization change.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Wed, 07 May 1997 04:01:44 +0000 (1997-05-07) |
parents |
afc59ce2842a |
children |
cc0d47241404 |
rev |
line source |
15157
|
1 @echo off
|
|
2 if (%1) == (speed) set BUILD_TYPE=spd
|
|
3 if (%1) == (speed) shift
|
|
4 if not (%1) == () set INSTALL_DIR=%1
|
15231
|
5 nmake -f makefile.nt install
|
|
6 set INSTALL_DIR=
|
|
7 set BUILD_TYPE=
|