diff options
| -rwxr-xr-x | nt/install.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/install.bat b/nt/install.bat index c05a06ddbf1..6a8b4deee4c 100755 --- a/nt/install.bat +++ b/nt/install.bat | |||
| @@ -1,2 +1,6 @@ | |||
| 1 | nmake -f makefile.nt install | 1 | nmake -f makefile.nt install |
| 2 | @echo off | ||
| 3 | if (%1) == (speed) set BUILD_TYPE=spd | ||
| 4 | if (%1) == (speed) shift | ||
| 5 | if not (%1) == () set INSTALL_DIR=%1 | ||
| 2 | @if not (%1) == () set INSTALL_DIR=%1 | 6 | @if not (%1) == () set INSTALL_DIR=%1 |