annotate nt/ebuild.bat @ 47846:8e6ed5c1f142

2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-init.el (ediff-frame-char-height): use frame-selected-window. * ediff-util.el (ediff-file-checked-in-p): changed progn with and * ediff-wind.el (ediff-skip-unsuitable-frames): distinguish selected frame from frame of selected window (ediff-frame-has-dedicated-windows): don't select any frames to avoid changing selected windows (ediff-setup-control-frame): make sure auto-rase is properly set for the control frame
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sat, 12 Oct 2002 07:13:59 +0000
parents 0c5df70bbee8
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30070
0c5df70bbee8 Add support for specifying make arguments.
Andrew Innes <andrewi@gnu.org>
parents: 11966
diff changeset
1 @echo off
0c5df70bbee8 Add support for specifying make arguments.
Andrew Innes <andrewi@gnu.org>
parents: 11966
diff changeset
2 if (%1) == () nmake -f makefile.nt all
0c5df70bbee8 Add support for specifying make arguments.
Andrew Innes <andrewi@gnu.org>
parents: 11966
diff changeset
3 if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9