source: components/CoolTrayIcon/CoolTrayIcon_D6plus.dpk

Last change on this file was 1, checked in by maron, 16 years ago

3.1 verze, první revize

File size: 783 bytes
Line 
1package 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
30requires
31 rtl,
32 vcl;
33
34contains
35 SimpleTimer in 'SimpleTimer.pas',
36 TextTrayIcon in 'TextTrayIcon.pas',
37 CoolTrayIcon in 'CoolTrayIcon.pas',
38 RegisterTrayIcons in 'RegisterTrayIcons.pas';
39
40end.
41
Note: See TracBrowser for help on using the repository browser.