ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/fbintf.dpk
(Generate patch)

Comparing ibx/trunk/fbintf/fbintf.dpk (file contents):
Revision 401 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC

# Line 1 | Line 1
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}
# Line 22 | Line 23 | package fbintf;
23   {$WRITEABLECONST OFF}
24   {$MINENUMSIZE 1}
25   {$IMAGEBASE $400000}
26 + {$DEFINE DEBUG}
27 + {$ENDIF IMPLICITBUILDING}
28   {$IMPLICITBUILD ON}
29  
30   requires
# Line 29 | Line 32 | 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',
# Line 45 | Line 48 | contains
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',
# Line 65 | Line 68 | contains
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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines