Browse Source
* fixes sqlite package for FreeBSD (and possibly other BSDs)
git-svn-id: trunk@3423 -
Almindor
19 years ago
|
@@ -1,5 +1,11 @@
|
|
{$mode objfpc}
|
|
{$mode objfpc}
|
|
|
|
+
|
|
|
|
+{$ifdef bsd}
|
|
|
|
+ {$linklib c}
|
|
|
|
+{$endif}
|
|
|
|
+
|
|
unit sqlite;
|
|
unit sqlite;
|
|
|
|
+
|
|
interface
|
|
interface
|
|
|
|
|
|
{
|
|
{
|