-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathinternettools_autoupdate.lpk
53 lines (53 loc) · 1.67 KB
/
internettools_autoupdate.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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="internettools_autoupdate"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="data;../lazarus/dialogs;lazarus/dialogs"/>
<OtherUnitFiles Value="data;internet;import/regexpr/source;../lazarus/dialogs;lazarus/dialogs;import/synapse;system"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="This is an auto updater class related to the Internet Tools package. It depends on the LCL for its progress dialog and thus needs an additional package"/>
<Version Major="1"/>
<Files Count="3">
<Item1>
<Filename Value="internet/autoupdate.pas"/>
<UnitName Value="autoupdate"/>
</Item1>
<Item2>
<Filename Value="../lazarus/dialogs/progressdialog.lfm"/>
<Type Value="LFM"/>
</Item2>
<Item3>
<Filename Value="../lazarus/dialogs/progressdialog.pas"/>
<UnitName Value="progressdialog"/>
</Item3>
</Files>
<CompatibilityMode Value="True"/>
<i18n>
<EnableI18N Value="True"/>
<EnableI18NForLFM Value="True"/>
</i18n>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="internettools"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>