view nt/install.bat @ 15225:a78a1df9690c

(Fcall_process): Fix previous change (now !MSDOS only).
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 May 1996 22:50:25 +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