ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibexpress.lpk
(Generate patch)

Comparing ibx/trunk/ibexpress.lpk (file contents):
Revision 16 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 17 by tony, Sat Dec 28 19:22:24 2013 UTC

# Line 1 | Line 1
1 < <?xml version="1.0"?>
2 < <CONFIG>
3 <  <Package Version="3">
4 <    <Name Value="ibexpress"/>
5 <    <Author Value="Various"/>
6 <    <CompilerOptions>
7 <      <Version Value="9"/>
8 <      <SearchPaths>
9 <        <OtherUnitFiles Value="runtime"/>
10 <        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
11 <      </SearchPaths>
12 <      <Parsing>
13 <        <SyntaxOptions>
14 <          <UseAnsiStrings Value="False"/>
15 <        </SyntaxOptions>
16 <      </Parsing>
17 <      <Linking>
18 <        <Debugging>
19 <          <GenerateDebugInfo Value="True"/>
20 <        </Debugging>
21 <      </Linking>
22 <      <Other>
23 <        <CustomOptions Value="-dUseCThreads"/>
24 <        <CompilerPath Value="$(CompPath)"/>
25 <      </Other>
26 <    </CompilerOptions>
27 <    <Description Value="   Borland Delphi Visual Component Library  
28 <   InterBase Express core components
29 <
30 <   Copyright (c) 1998-2000 Inprise Corporation  
31 <
32 < InterBase Express is based in part on the product  
33 < Free IB Components, written by Gregory H. Deatz for
34 < Hoagland, Longo, Moran, Dunst &amp; Doukas Company.
35 < Free IB Components is used under license.  
36 <
37 < The contents of this file are subject to the InterBase  
38 < Public License Version 1.0 (the &quot;License&quot;); you may not
39 < use this file except in compliance with the License. You
40 < may obtain a copy of the License at http://www.Inprise.com/IPL.html
41 < Software distributed under the License is distributed on
42 < an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either  
43 < express or implied. See the License for the specific language  
44 < governing rights and limitations under the License.
45 < The Original Code was created by InterBase Software Corporation
46 <   and its successors.  
47 < Portions created by Inprise Corporation are Copyright (C) Inprise  
48 <   Corporation. All Rights Reserved.
49 < Contributor(s): Jeff Overcash  
50 <
51 < IBX For Lazarus (Firebird Express)  
52 < Contributor: Tony Whyman, MWA Software (http://www.mwasoftare.co.uk
53 < Portions created by MWA Software are copyright McCallum Whyman  
54 < Associates Ltd 2011   "/>
1 > <?xml version="1.0"?>
2 > <CONFIG>
3 >  <Package Version="3">
4 >    <Name Value="ibexpress"/>
5 >    <Author Value="Various"/>
6 >    <CompilerOptions>
7 >      <Version Value="9"/>
8 >      <SearchPaths>
9 >        <OtherUnitFiles Value="runtime"/>
10 >        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
11 >      </SearchPaths>
12 >      <Parsing>
13 >        <SyntaxOptions>
14 >          <UseAnsiStrings Value="False"/>
15 >        </SyntaxOptions>
16 >      </Parsing>
17 >      <Linking>
18 >        <Debugging>
19 >          <GenerateDebugInfo Value="True"/>
20 >        </Debugging>
21 >      </Linking>
22 >      <Other>
23 >        <CustomOptions Value="-dUseCThreads"/>
24 >        <CompilerPath Value="$(CompPath)"/>
25 >      </Other>
26 >    </CompilerOptions>
27 >    <Description Value="   Borland Delphi Visual Component Library  
28 >   InterBase Express core components
29 >
30 >   Copyright (c) 1998-2000 Inprise Corporation  
31 >
32 > InterBase Express is based in part on the product  
33 > Free IB Components, written by Gregory H. Deatz for
34 > Hoagland, Longo, Moran, Dunst &amp; Doukas Company.
35 > Free IB Components is used under license.  
36 >
37 > The contents of this file are subject to the InterBase  
38 > Public License Version 1.0 (the &quot;License&quot;); you may not
39 > use this file except in compliance with the License. You
40 > may obtain a copy of the License at http://www.Inprise.com/IPL.html
41 > Software distributed under the License is distributed on
42 > an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either  
43 > express or implied. See the License for the specific language  
44 > governing rights and limitations under the License.
45 > The Original Code was created by InterBase Software Corporation
46 >   and its successors.  
47 > Portions created by Inprise Corporation are Copyright (C) Inprise  
48 >   Corporation. All Rights Reserved.
49 > Contributor(s): Jeff Overcash  
50 >
51 > IBX For Lazarus (Firebird Express)  
52 > Contributor: Tony Whyman, MWA Software (http://www.mwasoftare.co.uk
53 > Portions created by MWA Software are copyright McCallum Whyman  
54 > Associates Ltd 2011   "/>
55      <License Value="INTERBASE PUBLIC LICENSE
56   Version 1.0
57   1. Definitions.
# Line 155 | Line 155 | I. Inprise and logo. This License does n
155   II. Trademark Usage.
156   II.1. Advertising Materials. All advertising materials mentioning features or use of the covered Code must display the following acknowledgement: &quot;This product includes software developed by Inprise Corporation. &quot;
157   II.2. Endorsements. The names &quot;Inprise,&quot; &quot;InterBase,&quot; &quot;ISC,&quot; and &quot;IB&quot; must not be used to endorse or promote Contributor Versions or Larger Works without the prior written permission of Inprise.
158 < II.3. Product Names. Contributor Versions and Larger Works may not be called &quot;Inprise&quot; or &quot;InterBase&quot; nor may the words &quot;Inprise&quot; or &quot;InterBase&quot; appear in their names without the prior written permission of Inprise Corporation."/>
159 <    <Version Major="1"/>
160 <    <Files Count="23">
161 <      <Item1>
162 <        <Filename Value="runtime/IB.pas"/>
163 <        <UnitName Value="IB"/>
164 <      </Item1>
165 <      <Item2>
166 <        <Filename Value="runtime/IBBatchMove.pas"/>
167 <        <UnitName Value="IBBatchMove"/>
168 <      </Item2>
169 <      <Item3>
170 <        <Filename Value="runtime/IBBlob.pas"/>
171 <        <UnitName Value="IBBlob"/>
172 <      </Item3>
173 <      <Item4>
174 <        <Filename Value="runtime/IBCustomDataSet.pas"/>
175 <        <UnitName Value="IBCustomDataSet"/>
176 <      </Item4>
177 <      <Item5>
178 <        <Filename Value="runtime/IBDatabase.pas"/>
179 <        <UnitName Value="IBDatabase"/>
180 <      </Item5>
181 <      <Item6>
182 <        <Filename Value="runtime/IBDialogs.pas"/>
183 <        <UnitName Value="IBDialogs"/>
184 <      </Item6>
185 <      <Item7>
186 <        <Filename Value="runtime/IBErrorCodes.pas"/>
187 <        <UnitName Value="IBErrorCodes"/>
188 <      </Item7>
189 <      <Item8>
190 <        <Filename Value="runtime/IBEvents.pas"/>
191 <        <UnitName Value="IBEvents"/>
192 <      </Item8>
193 <      <Item9>
194 <        <Filename Value="runtime/IBExternals.pas"/>
195 <        <UnitName Value="IBExternals"/>
196 <      </Item9>
197 <      <Item10>
198 <        <Filename Value="runtime/IBExtract.pas"/>
199 <        <UnitName Value="IBExtract"/>
200 <      </Item10>
201 <      <Item11>
202 <        <Filename Value="runtime/IBHeader.pas"/>
203 <        <UnitName Value="IBHeader"/>
204 <      </Item11>
205 <      <Item12>
206 <        <Filename Value="runtime/IBUtils.pas"/>
207 <        <UnitName Value="IBUtils"/>
208 <      </Item12>
209 <      <Item13>
210 <        <Filename Value="runtime/IBXConst.pas"/>
211 <        <UnitName Value="IBXConst"/>
212 <      </Item13>
213 <      <Item14>
214 <        <Filename Value="runtime/IBIntf.pas"/>
215 <        <UnitName Value="IBIntf"/>
216 <      </Item14>
217 <      <Item15>
218 <        <Filename Value="runtime/IBQuery.pas"/>
219 <        <UnitName Value="IBQuery"/>
220 <      </Item15>
221 <      <Item16>
222 <        <Filename Value="runtime/IBServices.pas"/>
223 <        <UnitName Value="IBServices"/>
224 <      </Item16>
225 <      <Item17>
226 <        <Filename Value="runtime/IBSQL.pas"/>
227 <        <UnitName Value="IBSQL"/>
228 <      </Item17>
229 <      <Item18>
230 <        <Filename Value="runtime/IBStoredProc.pas"/>
231 <        <UnitName Value="IBStoredProc"/>
232 <      </Item18>
233 <      <Item19>
234 <        <Filename Value="runtime/IBDatabaseInfo.pas"/>
235 <        <UnitName Value="IBDatabaseInfo"/>
236 <      </Item19>
237 <      <Item20>
238 <        <Filename Value="runtime/IBUpdateSQL.pas"/>
239 <        <UnitName Value="IBUpdateSQL"/>
240 <      </Item20>
241 <      <Item21>
242 <        <Filename Value="runtime/dblogindlg.pas"/>
243 <        <UnitName Value="dblogindlg"/>
244 <      </Item21>
245 <      <Item22>
246 <        <Filename Value="runtime/IBTable.pas"/>
247 <        <UnitName Value="IBTable"/>
248 <      </Item22>
249 <      <Item23>
250 <        <Filename Value="runtime/IBSQLMonitor.pas"/>
251 <        <UnitName Value="IBSQLMonitor"/>
252 <      </Item23>
253 <    </Files>
254 <    <RequiredPkgs Count="2">
255 <      <Item1>
256 <        <PackageName Value="LCL"/>
257 <      </Item1>
258 <      <Item2>
259 <        <PackageName Value="FCL"/>
260 <        <MinVersion Major="1" Valid="True"/>
261 <      </Item2>
262 <    </RequiredPkgs>
263 <    <UsageOptions>
264 <      <UnitPath Value="$(PkgOutDir)"/>
265 <    </UsageOptions>
266 <    <PublishOptions>
267 <      <Version Value="2"/>
268 <      <IgnoreBinaries Value="False"/>
269 <    </PublishOptions>
270 <  </Package>
271 < </CONFIG>
158 > II.3. Product Names. Contributor Versions and Larger Works may not be called &quot;Inprise&quot; or &quot;InterBase&quot; nor may the words &quot;Inprise&quot; or &quot;InterBase&quot; appear in their names without the prior written permission of Inprise Corporation."/>
159 >    <Version Major="1" Minor="0" Release = "5" />
160 >    <Files Count="23">
161 >      <Item1>
162 >        <Filename Value="runtime/IB.pas"/>
163 >        <UnitName Value="IB"/>
164 >      </Item1>
165 >      <Item2>
166 >        <Filename Value="runtime/IBBatchMove.pas"/>
167 >        <UnitName Value="IBBatchMove"/>
168 >      </Item2>
169 >      <Item3>
170 >        <Filename Value="runtime/IBBlob.pas"/>
171 >        <UnitName Value="IBBlob"/>
172 >      </Item3>
173 >      <Item4>
174 >        <Filename Value="runtime/IBCustomDataSet.pas"/>
175 >        <UnitName Value="IBCustomDataSet"/>
176 >      </Item4>
177 >      <Item5>
178 >        <Filename Value="runtime/IBDatabase.pas"/>
179 >        <UnitName Value="IBDatabase"/>
180 >      </Item5>
181 >      <Item6>
182 >        <Filename Value="runtime/IBDialogs.pas"/>
183 >        <UnitName Value="IBDialogs"/>
184 >      </Item6>
185 >      <Item7>
186 >        <Filename Value="runtime/IBErrorCodes.pas"/>
187 >        <UnitName Value="IBErrorCodes"/>
188 >      </Item7>
189 >      <Item8>
190 >        <Filename Value="runtime/IBEvents.pas"/>
191 >        <UnitName Value="IBEvents"/>
192 >      </Item8>
193 >      <Item9>
194 >        <Filename Value="runtime/IBExternals.pas"/>
195 >        <UnitName Value="IBExternals"/>
196 >      </Item9>
197 >      <Item10>
198 >        <Filename Value="runtime/IBExtract.pas"/>
199 >        <UnitName Value="IBExtract"/>
200 >      </Item10>
201 >      <Item11>
202 >        <Filename Value="runtime/IBHeader.pas"/>
203 >        <UnitName Value="IBHeader"/>
204 >      </Item11>
205 >      <Item12>
206 >        <Filename Value="runtime/IBUtils.pas"/>
207 >        <UnitName Value="IBUtils"/>
208 >      </Item12>
209 >      <Item13>
210 >        <Filename Value="runtime/IBXConst.pas"/>
211 >        <UnitName Value="IBXConst"/>
212 >      </Item13>
213 >      <Item14>
214 >        <Filename Value="runtime/IBIntf.pas"/>
215 >        <UnitName Value="IBIntf"/>
216 >      </Item14>
217 >      <Item15>
218 >        <Filename Value="runtime/IBQuery.pas"/>
219 >        <UnitName Value="IBQuery"/>
220 >      </Item15>
221 >      <Item16>
222 >        <Filename Value="runtime/IBServices.pas"/>
223 >        <UnitName Value="IBServices"/>
224 >      </Item16>
225 >      <Item17>
226 >        <Filename Value="runtime/IBSQL.pas"/>
227 >        <UnitName Value="IBSQL"/>
228 >      </Item17>
229 >      <Item18>
230 >        <Filename Value="runtime/IBStoredProc.pas"/>
231 >        <UnitName Value="IBStoredProc"/>
232 >      </Item18>
233 >      <Item19>
234 >        <Filename Value="runtime/IBDatabaseInfo.pas"/>
235 >        <UnitName Value="IBDatabaseInfo"/>
236 >      </Item19>
237 >      <Item20>
238 >        <Filename Value="runtime/IBUpdateSQL.pas"/>
239 >        <UnitName Value="IBUpdateSQL"/>
240 >      </Item20>
241 >      <Item21>
242 >        <Filename Value="runtime/dblogindlg.pas"/>
243 >        <UnitName Value="dblogindlg"/>
244 >      </Item21>
245 >      <Item22>
246 >        <Filename Value="runtime/IBTable.pas"/>
247 >        <UnitName Value="IBTable"/>
248 >      </Item22>
249 >      <Item23>
250 >        <Filename Value="runtime/IBSQLMonitor.pas"/>
251 >        <UnitName Value="IBSQLMonitor"/>
252 >      </Item23>
253 >    </Files>
254 >    <RequiredPkgs Count="2">
255 >      <Item1>
256 >        <PackageName Value="LCL"/>
257 >      </Item1>
258 >      <Item2>
259 >        <PackageName Value="FCL"/>
260 >        <MinVersion Major="1" Valid="True"/>
261 >      </Item2>
262 >    </RequiredPkgs>
263 >    <UsageOptions>
264 >      <UnitPath Value="$(PkgOutDir)"/>
265 >    </UsageOptions>
266 >    <PublishOptions>
267 >      <Version Value="2"/>
268 >      <IgnoreBinaries Value="False"/>
269 >    </PublishOptions>
270 >  </Package>
271 > </CONFIG>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines