view nt/install.bat @ 23139:bdfd64faa90a

(NOT_USING_MOTIF): New macro. (LD_SWITCH_SYSTEM_TEMACS): Put /usr/dt/lib in the link library path only if we're not building with Motif.
author Paul Eggert <eggert@twinsun.com>
date Fri, 28 Aug 1998 23:38:20 +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=