ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/iblocaldb.lpk
Revision: 353
Committed: Sat Oct 23 14:11:37 2021 UTC (2 years, 5 months ago) by tony
Original Path: ibx/trunk/iblocaldb.lpk
File size: 2948 byte(s)
Log Message:
Fixes Merged

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <Package Version="4">
4 <Name Value="iblocaldb"/>
5 <Author Value="MWA Software"/>
6 <CompilerOptions>
7 <Version Value="11"/>
8 <SearchPaths>
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 <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="4" Release = "3" Build="12875" />
44 <Files Count="6">
45 <Item1>
46 <Filename Value="iblocaldb/gui/IBLocalDBSupport.pas"/>
47 <UnitName Value="IBLocalDBSupport"/>
48 </Item1>
49 <Item2>
50 <Filename Value="iblocaldb/gui/IBXCreateDatabaseDlg.pas"/>
51 <UnitName Value="IBXCreateDatabaseDlg"/>
52 </Item2>
53 <Item3>
54 <Filename Value="iblocaldb/gui/IBXCreateDatabaseFromSQLDlgUnit.pas"/>
55 <UnitName Value="IBXCreateDatabaseFromSQLDlgUnit"/>
56 </Item3>
57 <Item4>
58 <Filename Value="iblocaldb/gui/IBXSaveDatabaseDlg.pas"/>
59 <UnitName Value="IBXSaveDatabaseDlg"/>
60 </Item4>
61 <Item5>
62 <Filename Value="iblocaldb/gui/IBXUpgradeDatabaseDlg.pas"/>
63 <UnitName Value="IBXUpgradeDatabaseDlg"/>
64 </Item5>
65 <Item6>
66 <Filename Value="iblocaldb/gui/IBXViewLogDig.pas"/>
67 <UnitName Value="IBXViewLogDig"/>
68 </Item6>
69 </Files>
70 <RequiredPkgs Count="4">
71 <Item1>
72 <PackageName Value="ibexpress"/>
73 </Item1>
74 <Item2>
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)"/>
86 </UsageOptions>
87 <PublishOptions>
88 <Version Value="2"/>
89 </PublishOptions>
90 </Package>
91 </CONFIG>