view nt/ftime.bat @ 19328:a616b45ffa31

(read-input-method-name): Replace INITIAL-INPUT arg with DEFAULT arg. Substitute it into to the prompt, if it is non-nil. (select-input-method): Call read-input-method-name the new way. (toggle-input-method): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 1997 00:29:02 +0000
parents 9bfe8a6b9575
children 7524313da163
line wrap: on
line source

@echo off
set emacs_dir=c:\emacs
prep /om /ft %emacs_dir%\src\obj\i386\emacs
if errorlevel 1 goto done
profile %emacs_dir%\src\obj\i386\emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 goto done
prep /m  %emacs_dir%\src\obj\i386\emacs
if errorlevel 1 goto done
plist  %emacs_dir%\src\obj\i386\emacs > info/emacs.prof
:done