-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfbintf.lpk
More file actions
223 lines (222 loc) · 7.33 KB
/
fbintf.lpk
File metadata and controls
223 lines (222 loc) · 7.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="fbintf"/>
<Author Value="MWA Software"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="client/3.0/firebird;client/include;include"/>
<OtherUnitFiles Value="client;client/3.0/firebird;client/2.5;.;client/3.0"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<Checks>
<RangeChecks Value="True"/>
</Checks>
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2"/>
</Debugging>
</Linking>
</CompilerOptions>
<Description Value="This package provides MWA Software's Firebird Pascal API.
Two interface implementations are provided. One is for the new Firebird 3 Client API and the other for the legacy Firebird Client API used for Firebird 2.x and earlier. The Firebird 3 API implementation is used whenever possible and the older API only if the Firebird 3 API is not available"/>
<License Value=" * Firebird Interface (fbintf). The fbintf components provide a set of
* Pascal language bindings for the Firebird API. Although predominantly
* a new development they include source code taken from IBX and may be
* considered a derived product. This software thus also includes the copyright
* notice and license conditions from IBX.
*
* Except for those parts dervied from IBX, contents of this file are subject
* to the Initial Developer's Public License Version 1.0 (the "License"); you
* may not use this file except in compliance with the License. You may obtain a
* copy of the License here:
*
* http://www.firebirdsql.org/index.php?op=doc&id=idpl
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing rights
* and limitations under the License.
*
* The Initial Developer of the Original Code is Tony Whyman.
*
* The Original Code is (C) 2016 Tony Whyman, MWA Software
* (http://www.mwasoftware.co.uk).
*
* All Rights Reserved.
*
* Contributor(s): ______________________________________.
* "/>
<Version Major="1" Minor="4" Release = "9" Build="1258" />
<Files Count="38">
<Item1>
<Filename Value="client/IB.pas"/>
<UnitName Value="IB"/>
</Item1>
<Item2>
<Filename Value="client/FBClientAPI.pas"/>
<UnitName Value="FBClientAPI"/>
</Item2>
<Item3>
<Filename Value="client/2.5/FB25ClientAPI.pas"/>
<UnitName Value="FB25ClientAPI"/>
</Item3>
<Item4>
<Filename Value="client/FBMessages.pas"/>
<UnitName Value="FBMessages"/>
</Item4>
<Item5>
<Filename Value="client/2.5/FB25Transaction.pas"/>
<UnitName Value="FB25Transaction"/>
</Item5>
<Item6>
<Filename Value="client/2.5/FB25Attachment.pas"/>
<UnitName Value="FB25Attachment"/>
</Item6>
<Item7>
<Filename Value="client/2.5/FB25Blob.pas"/>
<UnitName Value="FB25Blob"/>
</Item7>
<Item8>
<Filename Value="client/IBExternals.pas"/>
<UnitName Value="IBExternals"/>
</Item8>
<Item9>
<Filename Value="client/IBErrorCodes.pas"/>
<UnitName Value="IBErrorCodes"/>
</Item9>
<Item10>
<Filename Value="client/2.5/FB25Events.pas"/>
<UnitName Value="FB25Events"/>
</Item10>
<Item11>
<Filename Value="client/IBUtils.pas"/>
<UnitName Value="IBUtils"/>
</Item11>
<Item12>
<Filename Value="client/2.5/FB25Statement.pas"/>
<UnitName Value="FB25Statement"/>
</Item12>
<Item13>
<Filename Value="client/2.5/FB25Services.pas"/>
<UnitName Value="FB25Services"/>
</Item13>
<Item14>
<Filename Value="client/2.5/FB25Array.pas"/>
<UnitName Value="FB25Array"/>
</Item14>
<Item15>
<Filename Value="client/FBActivityMonitor.pas"/>
<UnitName Value="FBActivityMonitor"/>
</Item15>
<Item16>
<Filename Value="client/FBOutputBlock.pas"/>
<UnitName Value="FBOutputBlock"/>
</Item16>
<Item17>
<Filename Value="client/FBParamBlock.pas"/>
<UnitName Value="FBParamBlock"/>
</Item17>
<Item18>
<Filename Value="client/FBSQLData.pas"/>
<UnitName Value="FBSQLData"/>
</Item18>
<Item19>
<Filename Value="client/3.0/FB30ClientAPI.pas"/>
<UnitName Value="FB30ClientAPI"/>
</Item19>
<Item20>
<Filename Value="client/3.0/FB30Attachment.pas"/>
<UnitName Value="FB30Attachment"/>
</Item20>
<Item21>
<Filename Value="client/3.0/FB30Transaction.pas"/>
<UnitName Value="FB30Transaction"/>
</Item21>
<Item22>
<Filename Value="client/FBTransaction.pas"/>
<UnitName Value="FBTransaction"/>
</Item22>
<Item23>
<Filename Value="client/3.0/FB30Blob.pas"/>
<UnitName Value="FB30Blob"/>
</Item23>
<Item24>
<Filename Value="client/3.0/FB30Array.pas"/>
<UnitName Value="FB30Array"/>
</Item24>
<Item25>
<Filename Value="client/FBArray.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FBArray"/>
</Item25>
<Item26>
<Filename Value="client/3.0/FB30Statement.pas"/>
<UnitName Value="FB30Statement"/>
</Item26>
<Item27>
<Filename Value="client/3.0/FB30Events.pas"/>
<UnitName Value="FB30Events"/>
</Item27>
<Item28>
<Filename Value="client/3.0/FB30Services.pas"/>
<UnitName Value="FB30Services"/>
</Item28>
<Item29>
<Filename Value="client/FBEvents.pas"/>
<UnitName Value="FBEvents"/>
</Item29>
<Item30>
<Filename Value="client/FBBlob.pas"/>
<UnitName Value="FBBlob"/>
</Item30>
<Item31>
<Filename Value="client/FBAttachment.pas"/>
<UnitName Value="FBAttachment"/>
</Item31>
<Item32>
<Filename Value="client/FBStatement.pas"/>
<UnitName Value="FBStatement"/>
</Item32>
<Item33>
<Filename Value="client/FBServices.pas"/>
<UnitName Value="FBServices"/>
</Item33>
<Item34>
<Filename Value="client/FBClientLib.pas"/>
<UnitName Value="FBClientLib"/>
</Item34>
<Item35>
<Filename Value="client/FBNumeric.pas"/>
<UnitName Value="FBNumeric"/>
</Item35>
<Item36>
<Filename Value="client/3.0/FB30TimeZoneServices.pas"/>
<UnitName Value="FB30TimeZoneServices"/>
</Item36>
<Item37>
<Filename Value="client/IBHeader.pas"/>
<UnitName Value="IBHeader"/>
</Item37>
<Item38>
<Filename Value="client/3.0/firebird/FirebirdOOAPI.pas"/>
<UnitName Value="FirebirdOOAPI"/>
</Item38>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="FCL"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>