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

Comparing ibx/trunk/dclibx.lpk (file contents):
Revision 17 by tony, Sat Dec 28 19:22:24 2013 UTC vs.
Revision 41 by tony, Sat Jul 16 12:25:48 2016 UTC

# Line 1 | Line 1
1 < <?xml version="1.0"?>
2 < <CONFIG>
3 <  <Package Version="3">
4 <    <Name Value="dclibx"/>
5 <    <Author Value="Various"/>
6 <    <CompilerOptions>
7 <      <Version Value="9"/>
8 <      <SearchPaths>
9 <        <IncludeFiles Value="design"/>
10 <        <OtherUnitFiles Value="design"/>
11 <        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
12 <      </SearchPaths>
13 <      <Parsing>
14 <        <SyntaxOptions>
15 <          <CStyleOperator Value="False"/>
16 <          <UseAnsiStrings Value="False"/>
17 <        </SyntaxOptions>
18 <      </Parsing>
19 <      <Other>
20 <        <CompilerPath Value="$(CompPath)"/>
21 <      </Other>
22 <    </CompilerOptions>
1 > <?xml version="1.0" encoding="UTF-8"?>
2 > <CONFIG>
3 >  <Package Version="4">
4 >    <Name Value="dclibx"/>
5 >    <Type Value="DesignTime"/>
6 >    <Author Value="Various"/>
7 >    <CompilerOptions>
8 >      <Version Value="11"/>
9 >      <SearchPaths>
10 >        <IncludeFiles Value="design"/>
11 >        <OtherUnitFiles Value="design"/>
12 >        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
13 >      </SearchPaths>
14 >      <Parsing>
15 >        <SyntaxOptions>
16 >          <CStyleOperator Value="False"/>
17 >          <UseAnsiStrings Value="False"/>
18 >        </SyntaxOptions>
19 >      </Parsing>
20 >    </CompilerOptions>
21      <Description Value="   Borland Delphi Visual Component Library  
22     InterBase Express core components
23  
# Line 47 | Line 45 | Contributor(s): Jeff Overcash
45   IBX For Lazarus (Firebird Express)  
46   Contributor: Tony Whyman, MWA Software (http://www.mwasoftare.co.uk
47   Portions created by MWA Software are copyright McCallum Whyman  
48 < Associates Ltd 2011   "/>
48 > Associates Ltd 2011   "/>
49      <License Value="INTERBASE PUBLIC LICENSE
50   Version 1.0
51   1. Definitions.
# Line 151 | Line 149 | I. Inprise and logo. This License does n
149   II. Trademark Usage.
150   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;
151   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.
152 < 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."/>
153 <    <Version Major="1" Minor="0" Release = "5" />
154 <    <Files Count="13">
155 <      <Item1>
156 <        <Filename Value="design/IBDBReg.pas"/>
157 <        <HasRegisterProc Value="True"/>
158 <        <UnitName Value="IBDBReg"/>
159 <      </Item1>
160 <      <Item2>
161 <        <Filename Value="design/IBEventsEditor.pas"/>
162 <        <UnitName Value="IBEventsEditor"/>
163 <      </Item2>
164 <      <Item3>
165 <        <Filename Value="design/IBTransactionEdit.pas"/>
166 <        <UnitName Value="IBTransactionEdit"/>
167 <      </Item3>
168 <      <Item4>
169 <        <Filename Value="design/IBDatabaseEdit.pas"/>
170 <        <UnitName Value="IBDatabaseEdit"/>
171 <      </Item4>
172 <      <Item5>
173 <        <Filename Value="design/IBSystemTables.pas"/>
174 <        <UnitName Value="IBSystemTables"/>
175 <      </Item5>
176 <      <Item6>
177 <        <Filename Value="design/ibdeletesqleditor.pas"/>
178 <        <UnitName Value="ibdeletesqleditor"/>
179 <      </Item6>
180 <      <Item7>
181 <        <Filename Value="design/ibgeneratoreditor.pas"/>
182 <        <UnitName Value="IBGeneratorEditor"/>
183 <      </Item7>
184 <      <Item8>
185 <        <Filename Value="design/ibinsertsqleditor.pas"/>
186 <        <UnitName Value="ibinsertsqleditor"/>
187 <      </Item8>
188 <      <Item9>
189 <        <Filename Value="design/ibmodifysqleditor.pas"/>
190 <        <UnitName Value="ibmodifysqleditor"/>
191 <      </Item9>
192 <      <Item10>
193 <        <Filename Value="design/ibselectsqleditor.pas"/>
194 <        <UnitName Value="ibselectsqleditor"/>
195 <      </Item10>
196 <      <Item11>
197 <        <Filename Value="design/ibupdatesqleditor.pas"/>
198 <        <UnitName Value="IBUpdateSQLEditor"/>
199 <      </Item11>
200 <      <Item12>
201 <        <Filename Value="design/ibsqleditor.pas"/>
202 <        <UnitName Value="IBSQLEditor"/>
203 <      </Item12>
204 <      <Item13>
205 <        <Filename Value="design/ibdataseteditor.pas"/>
206 <        <UnitName Value="IBDataSetEditor"/>
207 <      </Item13>
208 <    </Files>
209 <    <Type Value="DesignTime"/>
210 <    <RequiredPkgs Count="4">
211 <      <Item1>
212 <        <PackageName Value="ibexpress"/>
213 <      </Item1>
214 <      <Item2>
215 <        <PackageName Value="IDEIntf"/>
216 <      </Item2>
217 <      <Item3>
218 <        <PackageName Value="LCL"/>
219 <      </Item3>
220 <      <Item4>
221 <        <PackageName Value="FCL"/>
222 <        <MinVersion Major="1" Valid="True"/>
223 <      </Item4>
224 <    </RequiredPkgs>
225 <    <UsageOptions>
152 > 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."/>
153 >    <Version Major="1" Minor="4" Release = "2" />
154 >    <Files Count="16">
155 >      <Item1>
156 >        <Filename Value="design/IBDBReg.pas"/>
157 >        <HasRegisterProc Value="True"/>
158 >        <UnitName Value="IBDBReg"/>
159 >      </Item1>
160 >      <Item2>
161 >        <Filename Value="design/IBEventsEditor.pas"/>
162 >        <UnitName Value="IBEventsEditor"/>
163 >      </Item2>
164 >      <Item3>
165 >        <Filename Value="design/IBTransactionEdit.pas"/>
166 >        <UnitName Value="IBTransactionEdit"/>
167 >      </Item3>
168 >      <Item4>
169 >        <Filename Value="design/IBDatabaseEdit.pas"/>
170 >        <UnitName Value="IBDatabaseEdit"/>
171 >      </Item4>
172 >      <Item5>
173 >        <Filename Value="design/IBSystemTables.pas"/>
174 >        <UnitName Value="IBSystemTables"/>
175 >      </Item5>
176 >      <Item6>
177 >        <Filename Value="design/ibdeletesqleditor.pas"/>
178 >        <UnitName Value="ibdeletesqleditor"/>
179 >      </Item6>
180 >      <Item7>
181 >        <Filename Value="design/ibgeneratoreditor.pas"/>
182 >        <UnitName Value="IBGeneratorEditor"/>
183 >      </Item7>
184 >      <Item8>
185 >        <Filename Value="design/ibinsertsqleditor.pas"/>
186 >        <UnitName Value="ibinsertsqleditor"/>
187 >      </Item8>
188 >      <Item9>
189 >        <Filename Value="design/ibmodifysqleditor.pas"/>
190 >        <UnitName Value="ibmodifysqleditor"/>
191 >      </Item9>
192 >      <Item10>
193 >        <Filename Value="design/ibselectsqleditor.pas"/>
194 >        <UnitName Value="ibselectsqleditor"/>
195 >      </Item10>
196 >      <Item11>
197 >        <Filename Value="design/ibupdatesqleditor.pas"/>
198 >        <UnitName Value="IBUpdateSQLEditor"/>
199 >      </Item11>
200 >      <Item12>
201 >        <Filename Value="design/ibsqleditor.pas"/>
202 >        <UnitName Value="IBSQLEditor"/>
203 >      </Item12>
204 >      <Item13>
205 >        <Filename Value="design/ibdataseteditor.pas"/>
206 >        <UnitName Value="IBDataSetEditor"/>
207 >      </Item13>
208 >      <Item14>
209 >        <Filename Value="design/dbFieldLinkPropEditor.pas"/>
210 >        <UnitName Value="dbFieldLinkPropEditor"/>
211 >      </Item14>
212 >      <Item15>
213 >        <Filename Value="design/dbFieldListPropEditor.pas"/>
214 >        <UnitName Value="dbFieldListPropEditor"/>
215 >      </Item15>
216 >      <Item16>
217 >        <Filename Value="design/IBDSDialogs.pas"/>
218 >        <UnitName Value="IBDSDialogs"/>
219 >      </Item16>
220 >    </Files>
221 >    <RequiredPkgs Count="6">
222 >      <Item1>
223 >        <PackageName Value="iblocaldb"/>
224 >      </Item1>
225 >      <Item2>
226 >        <PackageName Value="ibcontrols"/>
227 >      </Item2>
228 >      <Item3>
229 >        <PackageName Value="ibexpress"/>
230 >      </Item3>
231 >      <Item4>
232 >        <PackageName Value="IDEIntf"/>
233 >      </Item4>
234 >      <Item5>
235 >        <PackageName Value="LCL"/>
236 >      </Item5>
237 >      <Item6>
238 >        <PackageName Value="FCL"/>
239 >        <MinVersion Major="1" Valid="True"/>
240 >      </Item6>
241 >    </RequiredPkgs>
242 >    <UsageOptions>
243        <CustomOptions Value="-dUseCThreads
244 < "/>
245 <      <UnitPath Value="$(PkgOutDir)"/>
246 <    </UsageOptions>
247 <    <PublishOptions>
248 <     <Version Value="2"/>
249 <      <IgnoreBinaries Value="False"/>
250 <    </PublishOptions>
251 <  </Package>
252 < </CONFIG>
244 > "/>
245 >      <UnitPath Value="$(PkgOutDir)"/>
246 >    </UsageOptions>
247 >    <PublishOptions>
248 >      <Version Value="2"/>
249 >      <IgnoreBinaries Value="False"/>
250 >    </PublishOptions>
251 >  </Package>
252 > </CONFIG>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines