summaryrefslogtreecommitdiff
path: root/nt/ftime.bat
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-11-19 15:05:54 +0000
committerAndrew Innes <andrewi@gnu.org>2001-11-19 15:05:54 +0000
commit7243105827747388bec152c6c3457924c4f7ade3 (patch)
treeb7c99608d06699c61b06d02fc22fa5b046a121cf /nt/ftime.bat
parent70d7dbc415b38f4e86333ad02ddc8eb1a90fe451 (diff)
downloademacs-7243105827747388bec152c6c3457924c4f7ade3.tar.gz
Don't include libc.lib for profiling - the profiler
corrupts part of memcpy.
Diffstat (limited to 'nt/ftime.bat')
-rw-r--r--nt/ftime.bat6
1 files changed, 3 insertions, 3 deletions
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