view nt/install.bat @ 20651:0de9f45a1db6

(Finsert_file_contents): When not decoding, properly calculate number of chars in the text. Fix error message. (file_name_as_directory): Error if arg is empty. (Fwrite_region): Don't flush the encoding buffer if failure is set.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jan 1998 18:14:58 +0000
parents afc59ce2842a
children cc0d47241404
line wrap: on
line source

@echo off
if (%1) == (speed) set BUILD_TYPE=spd
if (%1) == (speed) shift
if not (%1) == () set INSTALL_DIR=%1
nmake -f makefile.nt install
set INSTALL_DIR=
set BUILD_TYPE=