Mercurial > emacs
annotate nt/ftime.bat @ 24282:5b0864259a4b Release_5_25
Installed CC Mode 5.25.
author | Barry A. Warsaw <barry@zope.org> |
---|---|
date | Mon, 08 Feb 1999 16:53:18 +0000 |
parents | 9bfe8a6b9575 |
children | 7524313da163 |
rev | line source |
---|---|
19236 | 1 @echo off |
2 set emacs_dir=c:\emacs | |
3 prep /om /ft %emacs_dir%\src\obj\i386\emacs | |
4 if errorlevel 1 goto done | |
5 profile %emacs_dir%\src\obj\i386\emacs %1 %2 %3 %4 %5 %6 %7 %8 %9 | |
6 if errorlevel 1 goto done | |
7 prep /m %emacs_dir%\src\obj\i386\emacs | |
8 if errorlevel 1 goto done | |
9 plist %emacs_dir%\src\obj\i386\emacs > info/emacs.prof | |
10 :done |