(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
[bpt/emacs.git] / nt / install.bat
index 997702b..d506efe 100755 (executable)
@@ -1 +1,7 @@
-nmake -f makefile.nt install\r
+@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=