comparison nt/install.bat @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents b2da8183c301
children 93ce5f375b46
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
4 if not (%1) == () set INSTALL_DIR=%1 4 if not (%1) == () set INSTALL_DIR=%1
5 if not (%1) == () shift 5 if not (%1) == () shift
6 nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9 6 nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
7 set INSTALL_DIR= 7 set INSTALL_DIR=
8 set BUILD_TYPE= 8 set BUILD_TYPE=
9
10 goto skipArchTag
11 arch-tag: 1db5223b-8fc9-4bdb-8ad1-9e3962bf034a
12 :skipArchTag