Add Commentary section, minor cleanup of file header.
[emacs.git] / nt / install.bat
blob1074c03454be2dc4c7dd6a3c6aa524f1c158ffa8
1 @echo off\r
2 if (%1) == (speed) set BUILD_TYPE=spd\r
3 if (%1) == (speed) shift\r
4 if not (%1) == () set INSTALL_DIR=%1\r
5 if not (%1) == () shift\r
6 nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9\r
7 set INSTALL_DIR=\r
8 set BUILD_TYPE=\r
9 \r
10 goto skipArchTag\r
11    arch-tag: 1db5223b-8fc9-4bdb-8ad1-9e3962bf034a\r
12 :skipArchTag\r