emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/ftime.bat


From: Andrew Innes
Subject: [Emacs-diffs] Changes to emacs/nt/ftime.bat
Date: Mon, 19 Nov 2001 10:05:25 -0500

Index: emacs/nt/ftime.bat
diff -u emacs/nt/ftime.bat:1.3 emacs/nt/ftime.bat:1.4
--- emacs/nt/ftime.bat:1.3      Sun May  2 05:57:46 1999
+++ emacs/nt/ftime.bat  Mon Nov 19 10:05:25 2001
@@ -6,13 +6,13 @@
 copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map
 rem -----------------------------------------------------------------
 rem    Use this version to profile explicit commands only.
-prep /om /ft /inc libc.lib /sf _Fexecute_extended_command 
..\src\obj\i386\pemacs
+prep /om /ft /sf _Fexecute_extended_command ..\src\obj\i386\pemacs
 rem -----------------------------------------------------------------
 rem    Use this version to ignore startup code
-rem prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs
+rem prep /om /ft /sf _command_loop_1 ..\src\obj\i386\pemacs
 rem -----------------------------------------------------------------
 rem    Use this version to include startup code
-rem prep /om /ft /inc libc.lib ..\src\obj\i386\pemacs
+rem prep /om /ft ..\src\obj\i386\pemacs
 rem -----------------------------------------------------------------
 if errorlevel 1 goto done
 profile ..\src\obj\i386\pemacs %2 %3 %4 %5 %6 %7 %8 %9



reply via email to

[Prev in Thread] Current Thread [Next in Thread]