view nt/install.bat @ 25742:3d91004572f8

(dired-recursive-copies): New custom variable. (dired-handle-overwrite): Broke a long line. (dired-copy-file): Call `dired-copy-file-recursive' instead of `copy-file'. (dired-copy-file-recursive): New function. Copy directories recursively. (dired-do-create-files): Added support for generalized directory target. How-to function may now return a function. New fluid variable `dired-one-file'. (dired-copy-how-to-fn): New variable. (dired-do-copy): Bind `dired-recursive-copies' to preserve it. Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. (dired-do-copy-regexp): No recursive copies.
author Richard M. Stallman <rms@gnu.org>
date Thu, 16 Sep 1999 19:29:30 +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=