diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-08-09 02:53:48 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-08-09 02:53:48 +0000 |
commit | 8c01292981556acd1daa1c5fc706b625333ff861 (patch) | |
tree | ddd2d5da000ecd5957f5d991915b276fcad38c15 /nt/ftime.bat | |
parent | 5f525595285afec5ad0bf402e84cafa8835e59fb (diff) | |
download | emacs-8c01292981556acd1daa1c5fc706b625333ff861.tar.gz |
Initial revision
Diffstat (limited to 'nt/ftime.bat')
-rw-r--r-- | nt/ftime.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nt/ftime.bat b/nt/ftime.bat new file mode 100644 index 00000000000..1e35f2e87ba --- /dev/null +++ b/nt/ftime.bat @@ -0,0 +1,10 @@ +@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
|