mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Set BUILD_TYPE and INSTALL_DIR before calling make;
undo settings afterwards.
This commit is contained in:
parent
a0bd2457ad
commit
69c46fcf8b
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +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
|
||||
@if not (%1) == () set INSTALL_DIR=%1
|
||||
nmake -f makefile.nt install
|
||||
set INSTALL_DIR=
|
||||
set BUILD_TYPE=
|
||||
|
|
|
|||
Loading…
Reference in a new issue