From 7243105827747388bec152c6c3457924c4f7ade3 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 19 Nov 2001 15:05:54 +0000 Subject: Don't include libc.lib for profiling - the profiler corrupts part of memcpy. --- nt/ftime.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nt/ftime.bat') diff --git a/nt/ftime.bat b/nt/ftime.bat index 13a7305a748..7ad22afc2ce 100644 --- a/nt/ftime.bat +++ b/nt/ftime.bat @@ -6,13 +6,13 @@ obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe 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 -- cgit v1.2.3