ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/fbintf.lpk
Revision: 381
Committed: Sat Jan 15 00:06:22 2022 UTC (2 years, 3 months ago) by tony
File size: 7376 byte(s)
Log Message:
Release Candidate 1

File Contents

# User Rev Content
1 tony 375 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <Package Version="5">
4     <Name Value="fbintf"/>
5     <Author Value="MWA Software"/>
6     <CompilerOptions>
7     <Version Value="11"/>
8     <SearchPaths>
9     <IncludeFiles Value="client/3.0/firebird;client/include;include"/>
10     <OtherUnitFiles Value="client;client/3.0/firebird;client/2.5;.;client/3.0"/>
11     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
12     </SearchPaths>
13     <CodeGeneration>
14     <Checks>
15     <RangeChecks Value="True"/>
16     </Checks>
17     </CodeGeneration>
18     </CompilerOptions>
19     <Description Value="This package provides MWA Software&apos;s Firebird Pascal API.
20 tony 371
21 tony 375 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 tony 371 <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 tony 375 * to the Initial Developer&apos;s Public License Version 1.0 (the &quot;License&quot;); you
30 tony 371 * 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&amp;id=idpl
34     *
35     * Software distributed under the License is distributed on an &quot;AS
36     * IS&quot; 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 381 <Version Major="1" Minor="4" Release = "0" Build="13090" />
50 tony 371 <Files Count="38">
51     <Item1>
52     <Filename Value="client/3.0/firebird/Firebird.pas"/>
53     <UnitName Value="Firebird"/>
54     </Item1>
55     <Item2>
56 tony 375 <Filename Value="client/IB.pas"/>
57 tony 371 <UnitName Value="IB"/>
58     </Item2>
59     <Item3>
60     <Filename Value="client/FBClientAPI.pas"/>
61     <UnitName Value="FBClientAPI"/>
62     </Item3>
63     <Item4>
64 tony 375 <Filename Value="client/2.5/FB25ClientAPI.pas"/>
65     <UnitName Value="FB25ClientAPI"/>
66 tony 371 </Item4>
67     <Item5>
68 tony 375 <Filename Value="client/FBMessages.pas"/>
69     <UnitName Value="FBMessages"/>
70 tony 371 </Item5>
71     <Item6>
72 tony 375 <Filename Value="client/2.5/FB25Transaction.pas"/>
73     <UnitName Value="FB25Transaction"/>
74 tony 371 </Item6>
75     <Item7>
76 tony 375 <Filename Value="client/2.5/FB25Attachment.pas"/>
77     <UnitName Value="FB25Attachment"/>
78 tony 371 </Item7>
79     <Item8>
80 tony 375 <Filename Value="client/2.5/FB25Blob.pas"/>
81     <UnitName Value="FB25Blob"/>
82 tony 371 </Item8>
83     <Item9>
84 tony 375 <Filename Value="client/IBExternals.pas"/>
85     <UnitName Value="IBExternals"/>
86 tony 371 </Item9>
87     <Item10>
88 tony 375 <Filename Value="client/IBErrorCodes.pas"/>
89     <UnitName Value="IBErrorCodes"/>
90 tony 371 </Item10>
91     <Item11>
92 tony 375 <Filename Value="client/2.5/FB25Events.pas"/>
93     <UnitName Value="FB25Events"/>
94 tony 371 </Item11>
95     <Item12>
96 tony 375 <Filename Value="client/IBUtils.pas"/>
97     <UnitName Value="IBUtils"/>
98 tony 371 </Item12>
99     <Item13>
100 tony 375 <Filename Value="client/2.5/FB25Statement.pas"/>
101     <UnitName Value="FB25Statement"/>
102 tony 371 </Item13>
103     <Item14>
104 tony 375 <Filename Value="client/2.5/FB25Services.pas"/>
105     <UnitName Value="FB25Services"/>
106 tony 371 </Item14>
107     <Item15>
108 tony 375 <Filename Value="client/2.5/FB25Array.pas"/>
109     <UnitName Value="FB25Array"/>
110 tony 371 </Item15>
111     <Item16>
112 tony 375 <Filename Value="client/FBActivityMonitor.pas"/>
113     <UnitName Value="FBActivityMonitor"/>
114 tony 371 </Item16>
115     <Item17>
116 tony 375 <Filename Value="client/FBOutputBlock.pas"/>
117     <UnitName Value="FBOutputBlock"/>
118 tony 371 </Item17>
119     <Item18>
120 tony 375 <Filename Value="client/FBParamBlock.pas"/>
121     <UnitName Value="FBParamBlock"/>
122 tony 371 </Item18>
123     <Item19>
124 tony 375 <Filename Value="client/FBSQLData.pas"/>
125     <UnitName Value="FBSQLData"/>
126 tony 371 </Item19>
127     <Item20>
128 tony 375 <Filename Value="client/3.0/FB30ClientAPI.pas"/>
129     <UnitName Value="FB30ClientAPI"/>
130 tony 371 </Item20>
131     <Item21>
132 tony 375 <Filename Value="client/3.0/FB30Attachment.pas"/>
133     <UnitName Value="FB30Attachment"/>
134 tony 371 </Item21>
135     <Item22>
136 tony 375 <Filename Value="client/3.0/FB30Transaction.pas"/>
137     <UnitName Value="FB30Transaction"/>
138 tony 371 </Item22>
139     <Item23>
140 tony 375 <Filename Value="client/FBTransaction.pas"/>
141     <UnitName Value="FBTransaction"/>
142 tony 371 </Item23>
143     <Item24>
144 tony 375 <Filename Value="client/3.0/FB30Blob.pas"/>
145     <UnitName Value="FB30Blob"/>
146 tony 371 </Item24>
147     <Item25>
148 tony 375 <Filename Value="client/3.0/FB30Array.pas"/>
149     <UnitName Value="FB30Array"/>
150 tony 371 </Item25>
151     <Item26>
152     <Filename Value="client/FBArray.pas"/>
153     <AddToUsesPkgSection Value="False"/>
154     <UnitName Value="FBArray"/>
155 tony 375 </Item26>
156     <Item27>
157     <Filename Value="client/3.0/FB30Statement.pas"/>
158     <UnitName Value="FB30Statement"/>
159 tony 371 </Item27>
160     <Item28>
161 tony 375 <Filename Value="client/3.0/FB30Events.pas"/>
162     <UnitName Value="FB30Events"/>
163 tony 371 </Item28>
164     <Item29>
165 tony 375 <Filename Value="client/3.0/FB30Services.pas"/>
166     <UnitName Value="FB30Services"/>
167 tony 371 </Item29>
168     <Item30>
169 tony 375 <Filename Value="client/FBEvents.pas"/>
170     <UnitName Value="FBEvents"/>
171 tony 371 </Item30>
172     <Item31>
173 tony 375 <Filename Value="client/FBBlob.pas"/>
174     <UnitName Value="FBBlob"/>
175 tony 371 </Item31>
176     <Item32>
177 tony 375 <Filename Value="client/FBAttachment.pas"/>
178     <UnitName Value="FBAttachment"/>
179 tony 371 </Item32>
180     <Item33>
181 tony 375 <Filename Value="client/FBStatement.pas"/>
182     <UnitName Value="FBStatement"/>
183 tony 371 </Item33>
184     <Item34>
185 tony 375 <Filename Value="client/FBServices.pas"/>
186     <UnitName Value="FBServices"/>
187 tony 371 </Item34>
188     <Item35>
189 tony 375 <Filename Value="client/FBClientLib.pas"/>
190     <UnitName Value="FBClientLib"/>
191 tony 371 </Item35>
192     <Item36>
193 tony 375 <Filename Value="client/FBNumeric.pas"/>
194     <UnitName Value="FBNumeric"/>
195 tony 371 </Item36>
196     <Item37>
197 tony 375 <Filename Value="client/3.0/FB30TimeZoneServices.pas"/>
198     <UnitName Value="FB30TimeZoneServices"/>
199 tony 371 </Item37>
200     <Item38>
201 tony 375 <Filename Value="client/IBHeader.pas"/>
202     <UnitName Value="IBHeader"/>
203 tony 371 </Item38>
204     </Files>
205     <CompatibilityMode Value="True"/>
206     <RequiredPkgs Count="1">
207     <Item1>
208     <PackageName Value="FCL"/>
209     </Item1>
210     </RequiredPkgs>
211     <UsageOptions>
212     <UnitPath Value="$(PkgOutDir)"/>
213     </UsageOptions>
214     <PublishOptions>
215     <Version Value="2"/>
216     </PublishOptions>
217     </Package>
218     </CONFIG>