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