view nt/install.bat @ 18571:1beba85e8c62

(custom-buffer-create-internal): New arg DESCRIPTION is inserted in the buffer to describe it. (custom-buffer-create-other-window, custom-buffer-create): New arg DESCRIBE; pass it along. (customize-group): Pass DESCRIBE argument. (custom-face-menu): Improve Set and Save item strings. (custom-group-menu): Likewise. (custom): Don't set :button-face. (custom-mode): Use custom-button-face here as buffer-local value of widget-button-face.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jul 1997 07:09:29 +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=