forked from grahamegrieve/delphi-markdown
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathfpc_markdown.lpk
More file actions
109 lines (106 loc) · 3.54 KB
/
fpc_markdown.lpk
File metadata and controls
109 lines (106 loc) · 3.54 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="fpc_markdown"/>
<Type Value="RunTimeOnly"/>
<Author Value="Miguel A. Risco-Castillo"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="source"/>
<OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(FPCVer)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<IncludeAssertionCode Value="True"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Checks>
<IOChecks Value="True"/>
<RangeChecks Value="True"/>
<OverflowChecks Value="True"/>
<StackChecks Value="True"/>
</Checks>
<VerifyObjMethodCallValidity Value="True"/>
<Optimizations>
<VariablesInRegisters Value="True"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<UseHeaptrc Value="True"/>
<TrashVariables Value="True"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
</Linking>
</CompilerOptions>
<Description Value="This is a Pascal (FPC) library that processes to markdown to HTML."/>
<License Value="FPC-markdown is a fork of Grahame Grieve (grahameg@gmail.com)
Delphi-markdown https://github.com/grahamegrieve/delphi-markdown
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License."/>
<Version Major="1" Minor="3" Build="9"/>
<Files Count="7">
<Item1>
<Filename Value="source\MarkdownProcessor.pas"/>
<UnitName Value="MarkdownProcessor"/>
</Item1>
<Item2>
<Filename Value="source\MarkdownDaringFireball.pas"/>
<UnitName Value="MarkdownDaringFireball"/>
</Item2>
<Item3>
<Filename Value="source\markdowntxtmark.pas"/>
<UnitName Value="MarkdownTxtMark"/>
</Item3>
<Item4>
<Filename Value="source\MarkdownUtils.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="MarkdownUtils"/>
</Item4>
<Item5>
<Filename Value="source\MarkdownCommonMark.pas"/>
<UnitName Value="MarkdownCommonMark"/>
</Item5>
<Item6>
<Filename Value="source\markdowntables.pas"/>
<UnitName Value="MarkdownTables"/>
</Item6>
<Item7>
<Filename Value="source\markdownmathcode.pas"/>
<UnitName Value="MarkdownMathCode"/>
</Item7>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>