annotate nt/install.bat @ 16870:4a5fa29f79d6

(ps-print-version): Fix value. (cl lisp-float-type): Require them. (ps-number-of-columns ps-*-font-size): Try to select defaults better suited when `ps-landscape-mode' is non-nil. (ps-*-faces): Change default for Font Lock mode faces when `ps-print-color-p' is nil. (ps-right-header): Replace `time-stamp-yy/mm/dd' by `time-stamp-mon-dd-yyyy'. (ps-end-file ps-begin-page): Fix bug in page count for Ghostview. (ps-generate-postscript-with-faces): Replace `ps-sorter' by `car-less-than-car'. (ps-plot ps-generate): Replace `%d' by `%3d'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 16 Jan 1997 05:09:21 +0000
parents afc59ce2842a
children cc0d47241404
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15157
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
1 @echo off
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
2 if (%1) == (speed) set BUILD_TYPE=spd
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
3 if (%1) == (speed) shift
170295263e96 Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents: 15131
diff changeset
4 if not (%1) == () set INSTALL_DIR=%1
15231
afc59ce2842a Set BUILD_TYPE and INSTALL_DIR before calling make;
Richard M. Stallman <rms@gnu.org>
parents: 15157
diff changeset
5 nmake -f makefile.nt install
afc59ce2842a Set BUILD_TYPE and INSTALL_DIR before calling make;
Richard M. Stallman <rms@gnu.org>
parents: 15157
diff changeset
6 set INSTALL_DIR=
afc59ce2842a Set BUILD_TYPE and INSTALL_DIR before calling make;
Richard M. Stallman <rms@gnu.org>
parents: 15157
diff changeset
7 set BUILD_TYPE=