mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:26:09 +02:00
fixed win32 libraries
This commit is contained in:
parent
186eb573e3
commit
20e025c8d0
@ -144,11 +144,9 @@ interface
|
||||
{$LINKLIB intl}
|
||||
{$LINKLIB iconv}
|
||||
{$LINKLIB iberty}
|
||||
{$LINKLIB termcap}
|
||||
{$LINKLIB iberty}
|
||||
{$LINKLIB ncurses}
|
||||
{$LINKLIB gcc}
|
||||
{$LINKLIB cygwin} { alias of libm.a and libc.a }
|
||||
{$LINKLIB ncurses}
|
||||
{$LINKLIB imagehlp}
|
||||
{$LINKLIB kernel32}
|
||||
{$LINKLIB user32}
|
||||
@ -2468,7 +2466,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.19 2004/11/04 17:56:36 peter
|
||||
|
Loading…
Reference in New Issue
Block a user