aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1996-05-03 19:10:16 +0000
committerGeoff Voelker1996-05-03 19:10:16 +0000
commit138d2349f3ec125357d8ceb516702328dbe01bfd (patch)
treee9b9e7f56e7172eec4e0f45646a060d64b92c1db
parentb5e9eb93c805dd6b85c7b28584322b4fcaa613b0 (diff)
downloademacs-138d2349f3ec125357d8ceb516702328dbe01bfd.tar.gz
emacs-138d2349f3ec125357d8ceb516702328dbe01bfd.zip
Allow for optimized build.
-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