annotate nt/install.bat @ 26548:c2e042c065a0

Pass on command line arguments to make.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 22 Nov 1999 22:35:24 +0000
parents cc0d47241404
children b2da8183c301
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26548
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
1 @echo off
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
2 if (%1) == (speed) set BUILD_TYPE=spd
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
3 if (%1) == (speed) shift
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
4 if not (%1) == () set INSTALL_DIR=%1
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
5 if not (%1) == () shift
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
6 nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
7 set INSTALL_DIR=
c2e042c065a0 Pass on command line arguments to make.
Gerd Moellmann <gerd@gnu.org>
parents: 23706
diff changeset
8 set BUILD_TYPE=