mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 19:20:17 +02:00
+ added, on unixes, $linklib mysqlclient
This commit is contained in:
parent
6bf44ccc0f
commit
6476856744
@ -27,6 +27,7 @@ Const mysqllib = 'mysqlclient';
|
|||||||
{$ifndef win32}
|
{$ifndef win32}
|
||||||
{$linklib c}
|
{$linklib c}
|
||||||
{$linklib m}
|
{$linklib m}
|
||||||
|
{$linklib mysqlclient}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{ All is 4-byte aligned on my machine. }
|
{ All is 4-byte aligned on my machine. }
|
||||||
@ -378,7 +379,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2004-03-29 18:16:02 florian
|
Revision 1.6 2004-08-05 10:36:26 olle
|
||||||
|
+ added, on unixes, $linklib mysqlclient
|
||||||
|
|
||||||
|
Revision 1.5 2004/03/29 18:16:02 florian
|
||||||
+ darwin support
|
+ darwin support
|
||||||
|
|
||||||
Revision 1.4 2002/09/10 19:44:28 michael
|
Revision 1.4 2002/09/10 19:44:28 michael
|
||||||
|
@ -20,6 +20,7 @@ Const mysqllib = 'mysqlclient';
|
|||||||
{$ifndef win32}
|
{$ifndef win32}
|
||||||
{$linklib c}
|
{$linklib c}
|
||||||
{$linklib m}
|
{$linklib m}
|
||||||
|
{$linklib mysqlclient}
|
||||||
{$endif}
|
{$endif}
|
||||||
{$r+,i+,o+}
|
{$r+,i+,o+}
|
||||||
|
|
||||||
@ -289,7 +290,10 @@ function get_tty_password(opt_message: pchar) : pchar;stdcall;external;
|
|||||||
|
|
||||||
end.
|
end.
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2004-07-01 20:04:17 jonas
|
Revision 1.5 2004-08-05 10:36:25 olle
|
||||||
|
+ added, on unixes, $linklib mysqlclient
|
||||||
|
|
||||||
|
Revision 1.4 2004/07/01 20:04:17 jonas
|
||||||
* fixed st_mem_root record (only changed for 3.23, may still be wrong for
|
* fixed st_mem_root record (only changed for 3.23, may still be wrong for
|
||||||
3.21)
|
3.21)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user