1
0
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:
Geoff Voelker 1996-05-03 19:10:16 +00:00
parent b5e9eb93c8
commit 138d2349f3

View File

@ -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