* link against libc when profiling

git-svn-id: trunk@12269 -
This commit is contained in:
florian 2008-11-29 12:28:43 +00:00
parent 3bc585684b
commit dbd037afcc

View File

@ -171,10 +171,11 @@ unit sysinitgprof;
end;
{$warnings off}
{$linklib c}
{$linklib gmon}
{$linklib gcc}
{$linklib cygwin}
{$linklib user32}
{$linklib kernel32}
{$linklib gcc}
end.