ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf.lpk
Revision: 143
Committed: Fri Feb 23 12:11:21 2018 UTC (6 years, 1 month ago) by tony
File size: 7214 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
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     <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 143 <UnitOutputDirectory Value="fbintf/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 &quot;License&quot;); 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&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 68 <Version Major="1" Minor="1" Release = "0" />
50 tony 45 <Files Count="35">
51     <Item1>
52     <Filename Value="fbintf/client/3.0/firebird/Firebird.pas"/>
53     <UnitName Value="Firebird"/>
54     </Item1>
55     <Item2>
56     <Filename Value="fbintf/IB.pas"/>
57     <UnitName Value="IB"/>
58     </Item2>
59     <Item3>
60     <Filename Value="fbintf/client/FBClientAPI.pas"/>
61     <UnitName Value="FBClientAPI"/>
62     </Item3>
63     <Item4>
64     <Filename Value="fbintf/client/2.5/IBHeader.pas"/>
65     <UnitName Value="IBHeader"/>
66     </Item4>
67     <Item5>
68     <Filename Value="fbintf/client/2.5/FB25ClientAPI.pas"/>
69     <UnitName Value="FB25ClientAPI"/>
70     </Item5>
71     <Item6>
72     <Filename Value="fbintf/client/FBMessages.pas"/>
73     <UnitName Value="FBMessages"/>
74     </Item6>
75     <Item7>
76     <Filename Value="fbintf/client/2.5/FB25Transaction.pas"/>
77     <UnitName Value="FB25Transaction"/>
78     </Item7>
79     <Item8>
80     <Filename Value="fbintf/client/2.5/FB25Attachment.pas"/>
81     <UnitName Value="FB25Attachment"/>
82     </Item8>
83     <Item9>
84     <Filename Value="fbintf/client/2.5/FB25Blob.pas"/>
85     <UnitName Value="FB25Blob"/>
86     </Item9>
87     <Item10>
88     <Filename Value="fbintf/IBExternals.pas"/>
89     <UnitName Value="IBExternals"/>
90     </Item10>
91     <Item11>
92     <Filename Value="fbintf/IBErrorCodes.pas"/>
93     <UnitName Value="IBErrorCodes"/>
94     </Item11>
95     <Item12>
96     <Filename Value="fbintf/client/2.5/FB25Events.pas"/>
97     <UnitName Value="FB25Events"/>
98     </Item12>
99     <Item13>
100     <Filename Value="fbintf/IBUtils.pas"/>
101     <UnitName Value="IBUtils"/>
102     </Item13>
103     <Item14>
104     <Filename Value="fbintf/client/2.5/FB25Statement.pas"/>
105     <UnitName Value="FB25Statement"/>
106     </Item14>
107     <Item15>
108     <Filename Value="fbintf/client/2.5/FB25Services.pas"/>
109     <UnitName Value="FB25Services"/>
110     </Item15>
111     <Item16>
112     <Filename Value="fbintf/client/2.5/FB25Array.pas"/>
113     <UnitName Value="FB25Array"/>
114     </Item16>
115     <Item17>
116     <Filename Value="fbintf/client/FBActivityMonitor.pas"/>
117     <UnitName Value="FBActivityMonitor"/>
118     </Item17>
119     <Item18>
120     <Filename Value="fbintf/client/FBOutputBlock.pas"/>
121     <UnitName Value="FBOutputBlock"/>
122     </Item18>
123     <Item19>
124     <Filename Value="fbintf/client/FBParamBlock.pas"/>
125     <UnitName Value="FBParamBlock"/>
126     </Item19>
127     <Item20>
128     <Filename Value="fbintf/client/FBSQLData.pas"/>
129     <UnitName Value="FBSQLData"/>
130     </Item20>
131     <Item21>
132     <Filename Value="fbintf/client/3.0/FB30ClientAPI.pas"/>
133     <UnitName Value="FB30ClientAPI"/>
134     </Item21>
135     <Item22>
136     <Filename Value="fbintf/client/3.0/FB30Attachment.pas"/>
137     <UnitName Value="FB30Attachment"/>
138     </Item22>
139     <Item23>
140     <Filename Value="fbintf/client/3.0/FB30Transaction.pas"/>
141     <UnitName Value="FB30Transaction"/>
142     </Item23>
143     <Item24>
144     <Filename Value="fbintf/client/FBTransaction.pas"/>
145     <UnitName Value="FBTransaction"/>
146     </Item24>
147     <Item25>
148     <Filename Value="fbintf/client/3.0/FB30Blob.pas"/>
149     <UnitName Value="FB30Blob"/>
150     </Item25>
151     <Item26>
152     <Filename Value="fbintf/client/3.0/FB30Array.pas"/>
153     <UnitName Value="FB30Array"/>
154     </Item26>
155     <Item27>
156     <Filename Value="fbintf/client/FBArray.pas"/>
157     <AddToUsesPkgSection Value="False"/>
158     <UnitName Value="FBArray"/>
159     </Item27>
160     <Item28>
161     <Filename Value="fbintf/client/3.0/FB30Statement.pas"/>
162     <UnitName Value="FB30Statement"/>
163     </Item28>
164     <Item29>
165     <Filename Value="fbintf/client/3.0/FB30Events.pas"/>
166     <UnitName Value="FB30Events"/>
167     </Item29>
168     <Item30>
169     <Filename Value="fbintf/client/3.0/FB30Services.pas"/>
170     <UnitName Value="FB30Services"/>
171     </Item30>
172     <Item31>
173     <Filename Value="fbintf/client/FBEvents.pas"/>
174     <UnitName Value="FBEvents"/>
175     </Item31>
176     <Item32>
177     <Filename Value="fbintf/client/FBBlob.pas"/>
178     <UnitName Value="FBBlob"/>
179     </Item32>
180     <Item33>
181     <Filename Value="fbintf/client/FBAttachment.pas"/>
182     <UnitName Value="FBAttachment"/>
183     </Item33>
184     <Item34>
185     <Filename Value="fbintf/client/FBStatement.pas"/>
186     <UnitName Value="FBStatement"/>
187     </Item34>
188     <Item35>
189     <Filename Value="fbintf/client/FBServices.pas"/>
190     <UnitName Value="FBServices"/>
191     </Item35>
192     </Files>
193     <RequiredPkgs Count="1">
194     <Item1>
195     <PackageName Value="FCL"/>
196     </Item1>
197     </RequiredPkgs>
198     <UsageOptions>
199     <UnitPath Value="$(PkgOutDir)"/>
200     </UsageOptions>
201     <PublishOptions>
202     <Version Value="2"/>
203     </PublishOptions>
204     </Package>
205     </CONFIG>