|
From: Patrick C. <pc...@ap...> - 2006-05-21 21:28:21
|
Hi,
Today I fix a few thing to let Libsql to work on Mac OS X with FreePascal.
This is now committed to the CVS.
The whole thing was to replace the .dll by .dylib and reorder a bit the
$IFDEF's.
It take me more time to test the change with OSX/FPC, Linux/FPC,
Linux/Kylix, Win/FPC and Win/Delphi ... and each time with Sqlite and
Mysql ...
I not change the default value in the passqlite.pas source but you need
to remove the {$DEFINE SQLITE3_STATIC}. Maybe we can enclose it in a
{$IFDEF WIN32} because it probably not work at the moment on other platform.
I also IFDEF the new component (JanDb, Dataset) in sqlcomponents.pas
because this work only with Win32/Delphi.
Last change, I add a Lazarus package (libsql.lpk) to help the installation.
Regards,
Patrick
|