-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathListLabel31Components.dpk
More file actions
51 lines (45 loc) · 1.29 KB
/
ListLabel31Components.dpk
File metadata and controls
51 lines (45 loc) · 1.29 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
package ListLabel31Components;
{$R *.res}
{$R *.dres}
{$DESCRIPTION 'combit List & Label 31 Components'}
{$IMPLICITBUILD ON}
requires
vcl,
{$ifdef win32}
DesignIde,
{$else}
{$ifdef VER370}
DesignIde,
{$endif}
{$endif}
dbrtl,
vclimg,
rtl,
FireDAC,
FireDACCommonDriver,
FireDACCommon;
contains
ListLabelDataProviderInterface in 'Sources\ListLabelDataProviderInterface.pas',
LLDataSetDataProvider in 'Sources\LLDataSetDataProvider.pas',
LLDataProvider in 'Sources\LLDataProvider.pas',
{$ifdef win32}
LLObjectEditor in 'Sources\LLObjectEditor.pas',
LL31Report_Reg in 'Sources\LL31Report_Reg.pas',
{$else}
{$if CompilerVersion > 36}
LLObjectEditor in 'Sources\LLObjectEditor.pas',
LL31Report_Reg in 'Sources\LL31Report_Reg.pas',
{$endif}
{$endif}
ObjTree in 'Sources\ObjTree.pas',
LLThreads in 'Sources\LLThreads.pas',
LLReport_Types in 'Sources\LLReport_Types.pas',
ListLabel31 in 'Sources\ListLabel31.pas',
l31FireDACInterfaces in 'Sources\l31FireDACInterfaces.pas',
l31CommonInterfaces in 'Sources\l31CommonInterfaces.pas',
LLPreview in 'Sources\LLPreview.pas',
cmbtLL31x in 'Sources\cmbtLL31x.pas',
cmbtLS31x in 'Sources\cmbtLS31x.pas',
LlCoreRepository in 'Sources\LlCoreRepository.pas',
LlRepository in 'Sources\LlRepository.pas';
end.