1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
emacs/nt/install.bat

8 lines
179 B
Batchfile
Raw Normal View History

1998-11-13 14:08:07 +00:00
@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=