-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibgit2_fp.lpk
More file actions
95 lines (95 loc) · 2.65 KB
/
libgit2_fp.lpk
File metadata and controls
95 lines (95 loc) · 2.65 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
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="libgit2_fp"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="src"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<IncludeAssertionCode Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
<RelocatableUnit Value="True"/>
<Checks>
<IOChecks Value="True"/>
<RangeChecks Value="True"/>
<OverflowChecks Value="True"/>
<StackChecks Value="True"/>
</Checks>
<VerifyObjMethodCallValidity Value="True"/>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
<UseHeaptrc Value="True"/>
<TrashVariables Value="True"/>
<UseValgrind Value="True"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
</Linking>
<Other>
<CustomOptions Value="-FcUTF8
-Sew"/>
</Other>
</CompilerOptions>
<Version Major="1" Minor="9" Release="1"/>
<Files>
<Item>
<Filename Value="libgit2.pas"/>
<UnitName Value="LibGit2"/>
</Item>
<Item>
<Filename Value="src\libgit2.alloc.pas"/>
<UnitName Value="LibGit2.Alloc"/>
</Item>
<Item>
<Filename Value="src\libgit2.buffer.pas"/>
<UnitName Value="LibGit2.Buffer"/>
</Item>
<Item>
<Filename Value="src\libgit2.common.pas"/>
<UnitName Value="LibGit2.Common"/>
</Item>
<Item>
<Filename Value="src\libgit2.stdint.pas"/>
<UnitName Value="LibGit2.StdInt"/>
</Item>
<Item>
<Filename Value="src\libgit2.strarray.pas"/>
<UnitName Value="LibGit2.StrArray"/>
</Item>
<Item>
<Filename Value="src\libgit2.version.pas"/>
<UnitName Value="LibGit2.Version"/>
</Item>
<Item>
<Filename Value="src\libgit2.platform.pas"/>
<UnitName Value="LibGit2.Platform"/>
</Item>
</Files>
<LazDoc Paths="docs" PackageName="libgit2_fp"/>
<RequiredPkgs>
<Item>
<PackageName Value="FCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>