annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11966
afa62a9109a8 Add carriage returns; necessary for batch files on Win95
Geoff Voelker <voelker@cs.washington.edu>
parents: 11766
diff changeset
1 nmake -f makefile.nt install
15157
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
2 @echo off
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
3 if (%1) == (speed) set BUILD_TYPE=spd
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
4 if (%1) == (speed) shift
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
5 if not (%1) == () set INSTALL_DIR=%1
15131
1cc4d788d272 Check if INSTALL_DIR is passed as an argument.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11966
diff changeset
6 @if not (%1) == () set INSTALL_DIR=%1