Line | |
---|
1 | package CoolTrayIcon_D6plus;
|
---|
2 |
|
---|
3 | {$R *.res}
|
---|
4 | {$R 'CoolTrayIcon.dcr'}
|
---|
5 | {$R 'TextTrayIcon.dcr'}
|
---|
6 | {$ALIGN 8}
|
---|
7 | {$ASSERTIONS ON}
|
---|
8 | {$BOOLEVAL OFF}
|
---|
9 | {$DEBUGINFO ON}
|
---|
10 | {$EXTENDEDSYNTAX ON}
|
---|
11 | {$IMPORTEDDATA ON}
|
---|
12 | {$IOCHECKS ON}
|
---|
13 | {$LOCALSYMBOLS ON}
|
---|
14 | {$LONGSTRINGS ON}
|
---|
15 | {$OPENSTRINGS ON}
|
---|
16 | {$OPTIMIZATION ON}
|
---|
17 | {$OVERFLOWCHECKS OFF}
|
---|
18 | {$RANGECHECKS OFF}
|
---|
19 | {$REFERENCEINFO ON}
|
---|
20 | {$SAFEDIVIDE OFF}
|
---|
21 | {$STACKFRAMES OFF}
|
---|
22 | {$TYPEDADDRESS OFF}
|
---|
23 | {$VARSTRINGCHECKS ON}
|
---|
24 | {$WRITEABLECONST OFF}
|
---|
25 | {$MINENUMSIZE 1}
|
---|
26 | {$IMAGEBASE $400000}
|
---|
27 | {$DESCRIPTION 'CoolTrayIcon and Friends'}
|
---|
28 | {$IMPLICITBUILD OFF}
|
---|
29 |
|
---|
30 | requires
|
---|
31 | rtl,
|
---|
32 | vcl;
|
---|
33 |
|
---|
34 | contains
|
---|
35 | SimpleTimer in 'SimpleTimer.pas',
|
---|
36 | TextTrayIcon in 'TextTrayIcon.pas',
|
---|
37 | CoolTrayIcon in 'CoolTrayIcon.pas',
|
---|
38 | RegisterTrayIcons in 'RegisterTrayIcons.pas';
|
---|
39 |
|
---|
40 | end.
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.