view nt/install.bat @ 21366:e7b64d0b3b3d

(vc-ensure-vc-buffer): New function. (vc-registration-error): Replaced by the above. Updated all callers. (file-executable-p-18, file-regular-p-18): Removed.
author André Spiegel <spiegel@gnu.org>
date Sun, 05 Apr 1998 18:43:15 +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=