repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
(msb-mode): Drop unneeded positional args.
[emacs.git]
/
nt
/
install.bat
blob
be0e9045e5d52192b3ce6a39f86eaa38a0910383
1
@echo off
\r
2
if (%1) == (speed) set BUILD_TYPE=spd
\r
3
if (%1) == (speed) shift
\r
4
if not (%1) == () set INSTALL_DIR=%1
\r
5
if not (%1) == () shift
\r
6
nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
\r
7
set INSTALL_DIR=
\r
8
set BUILD_TYPE=
\r