view nt/install.bat @ 15514:3f3903d33cb9

(x_connection_signal): Just return after calling `signal'. (X_CONNECTION_LOCK_FLAG): Definition deleted. (x_connection_signal_dpyinfo): Variable deleted. (x_connection_signal_1): Function deleted. (x_connection_close_if_hung): Function deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jun 1996 17:41:44 +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=