-
Notifications
You must be signed in to change notification settings - Fork 13
/
FWHexView.LCL.lpk
70 lines (70 loc) · 1.97 KB
/
FWHexView.LCL.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
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="FWHexView.LCL"/>
<Author Value="Alexander (Rouse) Bagel"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="src"/>
<OtherUnitFiles Value="src;profiler"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<IgnoredMessages idx5071="True" idx5062="True" idx4046="True"/>
</CompilerMessages>
</Other>
</CompilerOptions>
<Description Value="Cross-platform HEX editor"/>
<License Value="GPL v3"/>
<Version Major="2" Release="15"/>
<Files>
<Item>
<Filename Value="src\FWHexView.Actions.pas"/>
<UnitName Value="FWHexView.Actions"/>
</Item>
<Item>
<Filename Value="src\FWHexView.AsmTokenizer.pas"/>
<UnitName Value="FWHexView.AsmTokenizer"/>
</Item>
<Item>
<Filename Value="src\FWHexView.Common.pas"/>
<UnitName Value="FWHexView.Common"/>
</Item>
<Item>
<Filename Value="src\FWHexView.MappedView.pas"/>
<UnitName Value="FWHexView.MappedView"/>
</Item>
<Item>
<Filename Value="src\FWHexView.pas"/>
<UnitName Value="FWHexView"/>
</Item>
<Item>
<Filename Value="src\FWHexViewConfig.inc"/>
<Type Value="Include"/>
</Item>
<Item>
<Filename Value="profiler\uni_profiler.pas"/>
<UnitName Value="uni_profiler"/>
</Item>
</Files>
<RequiredPkgs>
<Item>
<PackageName Value="LCL"/>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>