view nt/ftime.bat @ 22781:d7ebc53b6b16

(quail-japanese-update-translation): Handle a key which should fix the current translation and start a new translation correctly. (quail-japanese-toggle-kana): Set quail-translating to nil. Don't change point.
author Kenichi Handa <handa@m17n.org>
date Sun, 19 Jul 1998 05:17:35 +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