1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
emacs/nt/install.bat
1996-05-03 19:10:16 +00:00

6 lines
178 B
Batchfile
Executable file

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