aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnt/install.bat4
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 @@
1nmake -f makefile.nt install 1nmake -f makefile.nt install
2@echo off
3if (%1) == (speed) set BUILD_TYPE=spd
4if (%1) == (speed) shift
5if not (%1) == () set INSTALL_DIR=%1
2@if not (%1) == () set INSTALL_DIR=%1 6@if not (%1) == () set INSTALL_DIR=%1