-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patheg_lib.lpk
62 lines (62 loc) · 1.63 KB
/
eg_lib.lpk
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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="eg_lib"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lagunov A.A."/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<OtherUnitFiles Value="egLib"/>
<UnitOutputDirectory Value="lib/eglib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
</CompilerOptions>
<License Value="
LGPL 2
"/>
<Version Major="1" Release="1" Build="2"/>
<Files Count="4">
<Item1>
<Filename Value="egLib/egate_api.pas"/>
<UnitName Value="egate_api"/>
</Item1>
<Item2>
<Filename Value="egLib/egate_class.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="egate_class"/>
</Item2>
<Item3>
<Filename Value="egLib/egate_consts.pas"/>
<UnitName Value="egate_consts"/>
</Item3>
<Item4>
<Filename Value="egLib/egate_lib.pas"/>
<UnitName Value="egate_lib"/>
</Item4>
</Files>
<CompatibilityMode Value="True"/>
<LazDoc Paths="docs"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="alexs_trade_abstract"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>