Mercurial > emacs
view nt/install.bat @ 18056:f8591273bf79
(widget-default-format-handler): Don't use push.
(widget-push-button-value-create): Likewise.
(widget-group-value-create): Likewise.
(widget-sublist): New function.
(widget-item-match-inline): Use widget-subllist.
(widget-remove-if): New function.
(widget-choose): Use widget-remove-if.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 31 May 1997 01:37: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=