-
Notifications
You must be signed in to change notification settings - Fork 0
/
ST221.dpk
48 lines (44 loc) · 1.15 KB
/
ST221.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
package ST221;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
mbrtu;
contains
ST221Module in 'ST221Module.pas',
ChamberInterfaces in 'ChamberInterfaces.pas',
CustomChildProcess in 'CustomChildProcess.pas',
EventBusInterface in 'EventBusInterface.pas',
LoggerInterface in 'Logger\LoggerInterface.pas',
Vodopad.CustomIniHelpers in 'Vodopad.CustomIniHelpers.pas',
Vodopad.EventList in 'Vodopad.EventList.pas',
Vodopad.Math in 'Vodopad.Math.pas',
AbstractSearchObject in 'AbstractSearchObject.pas',
Vodopad.Timer in 'Vodopad.Timer.pas',
FormsControllerInterface in 'FormsControllerInterface.pas',
ST221MCInterface in 'ST221MCInterface.pas';
end.