annotate nt/ftime-nostartup.bat @ 89971:cce1c0ee76ee

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36 Merge from emacs--cvs-trunk--0, emacs--gnus--5.10, gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523 Merge from emacs--gnus--5.10, gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-524 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-534 Update from CVS * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0 tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1 Import from CVS branch gnus-5_10-branch * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2 Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19 Remove autoconf-generated files from archive * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20 Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 09 Sep 2004 09:36:36 +0000
parents 68c22ea6027c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
41276
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
1 @echo off
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
2 if (%1)==() echo Usage: %0 tracefile
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
3 if (%1)==() goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
4 rem Need to fiddle with the dumped image so prep doesn't break it
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
5 obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
6 copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
7 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
8 rem Use this version to profile explicit commands only.
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
9 rem prep /om /ft /sf _Fexecute_extended_command ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
10 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
11 rem Use this version to ignore startup code
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
12 prep /om /ft /sf _command_loop_1 ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
13 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
14 rem Use this version to include startup code
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
15 rem prep /om /ft ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
16 rem -----------------------------------------------------------------
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
17 if errorlevel 1 goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
18 profile ..\src\obj\i386\pemacs %2 %3 %4 %5 %6 %7 %8 %9
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
19 if errorlevel 1 goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
20 prep /m ..\src\obj\i386\pemacs
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
21 if errorlevel 1 goto done
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
22 plist ..\src\obj\i386\pemacs > %1
c0027e4caa1e New file.
Andrew Innes <andrewi@gnu.org>
parents:
diff changeset
23 :done
89909
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
24
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
25 goto skipArchTag
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
26 arch-tag: 927c5199-a8a3-4cf0-ab56-62b66fc6520d
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
27 :skipArchTag