view nt/install.bat @ 15222:cc264dd966cd

(Fmsdos_downcase_filename): Don't change the argument, return a copy.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 May 1996 17:45:36 +0000
parents 170295263e96
children afc59ce2842a
line wrap: on
line source

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