-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfbdemofpc.lpk
92 lines (92 loc) · 2.52 KB
/
fbdemofpc.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="fbdemofpc"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lagunov A.A."/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="lazarus"/>
<OtherUnitFiles Value="lazarus"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<License Value="MPL
"/>
<Version Major="1" Minor="9" Release="7" Build="48"/>
<Files Count="9">
<Item1>
<Filename Value="fbcustomdataset.pas"/>
<UnitName Value="fbcustomdataset"/>
</Item1>
<Item2>
<Filename Value="mydbunit.pas"/>
<UnitName Value="mydbunit"/>
</Item2>
<Item3>
<Filename Value="fb_define.inc"/>
<Type Value="Include"/>
</Item3>
<Item4>
<Filename Value="metadatasqlgenerator.pas"/>
<UnitName Value="metadatasqlgenerator"/>
</Item4>
<Item5>
<Filename Value="uibstoredproc.pas"/>
<UnitName Value="uibstoredproc"/>
</Item5>
<Item6>
<Filename Value="format_int_64.inc"/>
<Type Value="Include"/>
</Item6>
<Item7>
<Filename Value="fbmisc.pas"/>
<UnitName Value="fbmisc"/>
</Item7>
<Item8>
<Filename Value="lazarus/fbdatasetregister.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="FBDataSetRegister"/>
</Item8>
<Item9>
<Filename Value="lazarus/fb_define_compiler.inc"/>
<Type Value="Include"/>
</Item9>
</Files>
<LazDoc Paths="Docs;/usr/local/share/lazarus/components/FBDataSet/Docs"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
<Item3>
<PackageName Value="SynEdit"/>
</Item3>
<Item4>
<PackageName Value="UIBLaz"/>
</Item4>
</RequiredPkgs>
<UsageOptions>
<IncludePath Value="lazarus"/>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>