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

Comparing ibx/branches/udr/fbintf.dpk (file contents):
Revision 370 by tony, Wed Jan 5 14:59:15 2022 UTC vs.
Revision 371 by tony, Wed Jan 5 15:21:22 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 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