mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
Allow for optimized build.
This commit is contained in:
parent
b5e9eb93c8
commit
138d2349f3
@ -1,2 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user