annotate nt/install.bat @ 29816:6863a9ae42d6
(adjust_point_for_property): Check if display
property should be treated as intangible by looking at its
value.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Tue, 20 Jun 2000 19:43:51 +0000 (2000-06-20) |
parents |
b2da8183c301 |
children |
695cf19ef79e |
rev |
line source |
26550
|
1 @echo off
|
|
2 if (%1) == (speed) set BUILD_TYPE=spd
|
|
3 if (%1) == (speed) shift
|
|
4 if not (%1) == () set INSTALL_DIR=%1
|
|
5 if not (%1) == () shift
|
|
6 nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
7 set INSTALL_DIR=
|
|
8 set BUILD_TYPE=
|