diff options
| author | Richard M. Stallman | 1996-05-13 18:28:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-13 18:28:09 +0000 |
| commit | 69c46fcf8b13294c88ef0f43da2c8d383f11854b (patch) | |
| tree | a4bcafc6f8da3c6719aad0c02c6341b772717c31 | |
| parent | a0bd2457ad2557b6d3056033df97afa9dbc859a1 (diff) | |
| download | emacs-69c46fcf8b13294c88ef0f43da2c8d383f11854b.tar.gz emacs-69c46fcf8b13294c88ef0f43da2c8d383f11854b.zip | |
Set BUILD_TYPE and INSTALL_DIR before calling make;
undo settings afterwards.
| -rwxr-xr-x | nt/install.bat | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nt/install.bat b/nt/install.bat index 6a8b4deee4c..d506efe9d2f 100755 --- a/nt/install.bat +++ b/nt/install.bat | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | nmake -f makefile.nt install | ||
| 2 | @echo off | 1 | @echo off |
| 3 | if (%1) == (speed) set BUILD_TYPE=spd | 2 | if (%1) == (speed) set BUILD_TYPE=spd |
| 4 | if (%1) == (speed) shift | 3 | if (%1) == (speed) shift |
| 5 | if not (%1) == () set INSTALL_DIR=%1 | 4 | if not (%1) == () set INSTALL_DIR=%1 |
| 6 | @if not (%1) == () set INSTALL_DIR=%1 | 5 | nmake -f makefile.nt install |
| 6 | set INSTALL_DIR= | ||
| 7 | set BUILD_TYPE= | ||