-
Notifications
You must be signed in to change notification settings - Fork 0
/
fpgeanyplugin.lpk
62 lines (62 loc) · 1.8 KB
/
fpgeanyplugin.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">
<PathDelim Value="\"/>
<Name Value="fpgeanyplugin"/>
<Type Value="RunTimeOnly"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Robert Di Pardo <[email protected]>"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="src"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
<CStyleMacros Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
<Optimizations>
<OptimizationLevel Value="2"/>
</Optimizations>
<SmallerCode Value="True"/>
</CodeGeneration>
<Other>
<CustomOptions Value="-dgtk3 -vm5023"/>
</Other>
</CompilerOptions>
<Description Value="Free Pascal bindings for Geany's plugin API"/>
<License Value="GPL-3.0"/>
<Version Release="1"/>
<Files Count="2">
<Item1>
<Filename Value="src\geanyplugin.pp"/>
<UnitName Value="geanyplugin"/>
</Item1>
<Item2>
<Filename Value="src\geanyplugin240.pp"/>
<UnitName Value="geanyplugin240"/>
</Item2>
</Files>
<CompatibilityMode Value="True"/>
<LazDoc Paths="docs\fpgeanyplugin\units;docs\lcl\units"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="LCL"/>
<MinVersion Major="3" Valid="True"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>