X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/359628006351ee344a71819ff445d22163f341d8..eddd51c2807805e47aa70008234111b601e9a050:/nt/install.bat diff --git a/nt/install.bat b/nt/install.bat index 997702b34c..d506efe9d2 100755 --- a/nt/install.bat +++ b/nt/install.bat @@ -1 +1,7 @@ -nmake -f makefile.nt install +@echo off +if (%1) == (speed) set BUILD_TYPE=spd +if (%1) == (speed) shift +if not (%1) == () set INSTALL_DIR=%1 +nmake -f makefile.nt install +set INSTALL_DIR= +set BUILD_TYPE=