mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
fixed win32 libraries
This commit is contained in:
parent
186eb573e3
commit
20e025c8d0
@ -144,11 +144,9 @@ interface
|
|||||||
{$LINKLIB intl}
|
{$LINKLIB intl}
|
||||||
{$LINKLIB iconv}
|
{$LINKLIB iconv}
|
||||||
{$LINKLIB iberty}
|
{$LINKLIB iberty}
|
||||||
{$LINKLIB termcap}
|
{$LINKLIB ncurses}
|
||||||
{$LINKLIB iberty}
|
|
||||||
{$LINKLIB gcc}
|
{$LINKLIB gcc}
|
||||||
{$LINKLIB cygwin} { alias of libm.a and libc.a }
|
{$LINKLIB cygwin} { alias of libm.a and libc.a }
|
||||||
{$LINKLIB ncurses}
|
|
||||||
{$LINKLIB imagehlp}
|
{$LINKLIB imagehlp}
|
||||||
{$LINKLIB kernel32}
|
{$LINKLIB kernel32}
|
||||||
{$LINKLIB user32}
|
{$LINKLIB user32}
|
||||||
@ -2468,7 +2466,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.20 2004-11-04 23:58:08 peter
|
Revision 1.21 2004-11-05 12:30:27 peter
|
||||||
|
fixed win32 libraries
|
||||||
|
|
||||||
|
Revision 1.20 2004/11/04 23:58:08 peter
|
||||||
6.2.1 has extra field in symtab
|
6.2.1 has extra field in symtab
|
||||||
|
|
||||||
Revision 1.19 2004/11/04 17:56:36 peter
|
Revision 1.19 2004/11/04 17:56:36 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user