1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
emacs/nt/install.bat
Richard M. Stallman 69c46fcf8b Set BUILD_TYPE and INSTALL_DIR before calling make;
undo settings afterwards.
1996-05-13 18:28:09 +00:00

8 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=