mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* Really removed warnings about missing libs.
git-svn-id: trunk@9512 -
This commit is contained in:
parent
8a3e22c772
commit
5ed1f63b26
@ -19,14 +19,6 @@ unit sysinitgprof;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$warnings off}
|
|
||||||
{$linklib gmon}
|
|
||||||
{$linklib gcc}
|
|
||||||
{$linklib cygwin}
|
|
||||||
{$linklib user32}
|
|
||||||
{$linklib kernel32}
|
|
||||||
{$warnings on}
|
|
||||||
|
|
||||||
const
|
const
|
||||||
monstarted : dword = 0;
|
monstarted : dword = 0;
|
||||||
|
|
||||||
@ -177,4 +169,11 @@ unit sysinitgprof;
|
|||||||
Cygwin_crt0(@CMainDLL);
|
Cygwin_crt0(@CMainDLL);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$warnings off}
|
||||||
|
{$linklib gmon}
|
||||||
|
{$linklib gcc}
|
||||||
|
{$linklib cygwin}
|
||||||
|
{$linklib user32}
|
||||||
|
{$linklib kernel32}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user