1 |
|
package fbintf; |
2 |
|
|
3 |
|
{$R *.res} |
4 |
+ |
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} |
5 |
|
{$ALIGN 8} |
6 |
|
{$ASSERTIONS ON} |
7 |
|
{$BOOLEVAL OFF} |
8 |
< |
{$DEBUGINFO ON} |
8 |
> |
{$DEBUGINFO OFF} |
9 |
|
{$EXTENDEDSYNTAX ON} |
10 |
|
{$IMPORTEDDATA ON} |
11 |
|
{$IOCHECKS ON} |
23 |
|
{$WRITEABLECONST OFF} |
24 |
|
{$MINENUMSIZE 1} |
25 |
|
{$IMAGEBASE $400000} |
26 |
+ |
{$DEFINE DEBUG} |
27 |
+ |
{$ENDIF IMPLICITBUILDING} |
28 |
|
{$IMPLICITBUILD ON} |
29 |
|
|
30 |
|
requires |
32 |
|
dbrtl; |
33 |
|
|
34 |
|
contains |
35 |
< |
IBUtils in 'IBUtils.pas', |
36 |
< |
IB in 'IB.pas', |
37 |
< |
IBErrorCodes in 'IBErrorCodes.pas', |
38 |
< |
IBExternals in 'IBExternals.pas', |
35 |
> |
IBUtils in 'client\IBUtils.pas', |
36 |
> |
IB in 'client\IB.pas', |
37 |
> |
IBErrorCodes in 'client\IBErrorCodes.pas', |
38 |
> |
IBExternals in 'client\IBExternals.pas', |
39 |
|
FBTransaction in 'client\FBTransaction.pas', |
40 |
|
FBActivityMonitor in 'client\FBActivityMonitor.pas', |
41 |
|
FBArray in 'client\FBArray.pas', |
48 |
|
FBServices in 'client\FBServices.pas', |
49 |
|
FBSQLData in 'client\FBSQLData.pas', |
50 |
|
FBStatement in 'client\FBStatement.pas', |
51 |
< |
IBHeader in 'client\2.5\IBHeader.pas', |
51 |
> |
IBHeader in 'client\IBHeader.pas', |
52 |
|
FB25Array in 'client\2.5\FB25Array.pas', |
53 |
|
FB25Attachment in 'client\2.5\FB25Attachment.pas', |
54 |
|
FB25Blob in 'client\2.5\FB25Blob.pas', |
68 |
|
Firebird in 'client\3.0\firebird\Firebird.pas', |
69 |
|
FBMessages in 'client\FBMessages.pas', |
70 |
|
FB30TimeZoneServices in 'client\3.0\FB30TimeZoneServices.pas', |
71 |
< |
FBClientLib in 'FBClientLib.pas'; |
71 |
> |
FBClientLib in 'client\FBClientLib.pas', |
72 |
> |
FBNumeric in 'client\FBNumeric.pas'; |
73 |
|
|
74 |
|
end. |