mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
7 lines
172 B
Batchfile
Executable file
7 lines
172 B
Batchfile
Executable file
@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=
|