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