view nt/ftime.bat @ 20872:431f875501a6

(byte_char_debug_check): New function. (CONSIDER, both definitions): Call it. (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise. (byte_debug_flag): New variable. (syms_of_marker): Set up Lisp variable.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Feb 1998 22:40:44 +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