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

Comparing ibx/trunk/iblocaldb.lpk (file contents):
Revision 37 by tony, Mon Feb 15 14:44:25 2016 UTC vs.
Revision 271 by tony, Fri Jan 18 13:35:28 2019 UTC

# Line 2 | Line 2
2   <CONFIG>
3    <Package Version="4">
4      <Name Value="iblocaldb"/>
5 <    <Type Value="RunAndDesignTime"/>
5 >    <Author Value="MWA Software"/>
6      <CompilerOptions>
7        <Version Value="11"/>
8        <SearchPaths>
9 <        <OtherUnitFiles Value="iblocaldb"/>
10 <        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
9 >        <OtherUnitFiles Value="iblocaldb/gui"/>
10 >        <UnitOutputDirectory Value="iblocaldb/gui/lib/$(TargetCPU)-$(TargetOS)"/>
11        </SearchPaths>
12 +      <Other>
13 +        <CompilerMessages>
14 +          <IgnoredMessages idx5024="True"/>
15 +        </CompilerMessages>
16 +      </Other>
17      </CompilerOptions>
18 <    <Files Count="7">
18 >    <Description Value="This package provides additional support for Personal Databases."/>
19 >    <License Value=" *  IBX For Lazarus (Firebird Express)
20 > *
21 > *  The contents of this file are subject to the Initial Developer's
22 > *  Public License Version 1.0 (the &quot;License&quot;); you may not use this
23 > *  file except in compliance with the License. You may obtain a copy
24 > *  of the License here:
25 > *
26 > *    http://www.firebirdsql.org/index.php?op=doc&amp;id=idpl
27 > *
28 > *  Software distributed under the License is distributed on an &quot;AS
29 > *  IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or
30 > *  implied. See the License for the specific language governing rights
31 > *  and limitations under the License.
32 > *
33 > *  The Initial Developer of the Original Code is Tony Whyman.
34 > *
35 > *  The Original Code is (C) 2014 Tony Whyman, MWA Software
36 > *  (http://www.mwasoftware.co.uk).
37 > *
38 > *  All Rights Reserved.
39 > *
40 > *  Contributor(s): ______________________________________.
41 > *
42 > "/>
43 >    <Version Major="2" Minor="3" Release = "3" Build="11348" />
44 >    <Files Count="6">
45        <Item1>
46 <        <Filename Value="iblocaldb/IBXCustomIBLocalDBSupport.pas"/>
47 <        <UnitName Value="IBXCustomIBLocalDBSupport"/>
46 >        <Filename Value="iblocaldb/gui/IBLocalDBSupport.pas"/>
47 >        <UnitName Value="IBLocalDBSupport"/>
48        </Item1>
49        <Item2>
50 <        <Filename Value="iblocaldb/IBXCreateDatabaseDlg.pas"/>
50 >        <Filename Value="iblocaldb/gui/IBXCreateDatabaseDlg.pas"/>
51          <UnitName Value="IBXCreateDatabaseDlg"/>
52        </Item2>
53        <Item3>
54 <        <Filename Value="iblocaldb/IBXSaveDatabaseDlg.pas"/>
55 <        <UnitName Value="IBXSaveDatabaseDlg"/>
54 >        <Filename Value="iblocaldb/gui/IBXCreateDatabaseFromSQLDlgUnit.pas"/>
55 >        <UnitName Value="IBXCreateDatabaseFromSQLDlgUnit"/>
56        </Item3>
57        <Item4>
58 <        <Filename Value="iblocaldb/IBXUpgradeDatabaseDlg.pas"/>
59 <        <UnitName Value="IBXUpgradeDatabaseDlg"/>
58 >        <Filename Value="iblocaldb/gui/IBXSaveDatabaseDlg.pas"/>
59 >        <UnitName Value="IBXSaveDatabaseDlg"/>
60        </Item4>
61        <Item5>
62 <        <Filename Value="iblocaldb/IBXViewLogDig.pas"/>
63 <        <UnitName Value="IBXViewLogDig"/>
62 >        <Filename Value="iblocaldb/gui/IBXUpgradeDatabaseDlg.pas"/>
63 >        <UnitName Value="IBXUpgradeDatabaseDlg"/>
64        </Item5>
65        <Item6>
66 <        <Filename Value="iblocaldb/IBLocalDBSupport.pas"/>
67 <        <UnitName Value="IBLocalDBSupport"/>
66 >        <Filename Value="iblocaldb/gui/IBXViewLogDig.pas"/>
67 >        <UnitName Value="IBXViewLogDig"/>
68        </Item6>
38      <Item7>
39        <Filename Value="iblocaldb/IBXUpgradeConfFile.pas"/>
40        <UnitName Value="IBXUpgradeConfFile"/>
41      </Item7>
69      </Files>
70 <    <RequiredPkgs Count="2">
70 >    <RequiredPkgs Count="4">
71        <Item1>
72          <PackageName Value="ibexpress"/>
73        </Item1>
74        <Item2>
75 <        <PackageName Value="FCL"/>
75 >        <PackageName Value="LCL"/>
76        </Item2>
77 +      <Item3>
78 +        <PackageName Value="iblocalnongui"/>
79 +      </Item3>
80 +      <Item4>
81 +        <PackageName Value="FCL"/>
82 +      </Item4>
83      </RequiredPkgs>
84      <UsageOptions>
85        <UnitPath Value="$(PkgOutDir)"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines