forked from himselfv/wakan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WakanControls.dpk
54 lines (49 loc) · 1.12 KB
/
WakanControls.dpk
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
package WakanControls;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$IMPLICITBUILD ON}
requires
rtl,
vcl,
JvCore,
vclimg,
dbrtl,
vclx,
JclVcl,
Jcl,
JvSystem,
VclSmp;
contains
CheckAction in 'Controls\CheckAction.pas',
FormPlacemnt in 'Controls\FormPlacemnt.pas',
SimpleControls in 'Controls\SimpleControls.pas',
RangeSpinEdit in 'Controls\RangeSpinEdit.pas',
ExtListBoxes in 'Controls\ExtListBoxes.pas',
SelectionGrids in 'Controls\SelectionGrids.pas',
WakanWordGrid in 'Controls\WakanWordGrid.pas',
WakanPaintbox in 'Controls\WakanPaintbox.pas',
SpeedBtn in 'Controls\SpeedBtn.pas';
end.