view nt/install.bat @ 21976:42c00d12d8d0

(compute_motion): Fix bug of handling wide-column character around right margin.
author Kenichi Handa <handa@m17n.org>
date Thu, 07 May 1998 06:41:12 +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=