mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 16:41:45 -08:00
6 lines
178 B
Batchfile
Executable file
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
|