view nt/install.bat @ 19519:1c0ecc266e38

(quail-terminate-translation): Doc-string fixed. Set quail-prefix-arg to nil after handling it. (quail-self-insert-command): Set overriding-terminal-local-map to nil when thown for `quail-tag' by value nil.
author Kenichi Handa <handa@m17n.org>
date Mon, 25 Aug 1997 01:06:41 +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=