Mercurial > emacs
view nt/install.bat @ 24435:3b5ee0390edd
(ls-lisp-insert-directory): Protect the sum total of
the file sizes from overflowing.
(ls-lisp-format): If file size is a float, use %8.0f to print it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 04 Mar 1999 11:30:27 +0000 |
parents | cc0d47241404 |
children | c2e042c065a0 |
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=