view nt/install.bat @ 15207:5be55ce2c9fa

(f90-hilit-patterns): Avoid using undefined variables.
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 May 1996 00:29:46 +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