mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +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}
|
||||
{$linklib c}
|
||||
{$linklib m}
|
||||
{$linklib mysqlclient}
|
||||
{$endif}
|
||||
|
||||
{ All is 4-byte aligned on my machine. }
|
||||
@ -378,7 +379,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.4 2002/09/10 19:44:28 michael
|
||||
|
@ -20,6 +20,7 @@ Const mysqllib = 'mysqlclient';
|
||||
{$ifndef win32}
|
||||
{$linklib c}
|
||||
{$linklib m}
|
||||
{$linklib mysqlclient}
|
||||
{$endif}
|
||||
{$r+,i+,o+}
|
||||
|
||||
@ -289,7 +290,10 @@ function get_tty_password(opt_message: pchar) : pchar;stdcall;external;
|
||||
|
||||
end.
|
||||
$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
|
||||
3.21)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user