home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 December
/
Chip_2002-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d234567
/
COOLTRAY.ZIP
/
CoolTrayIcon_D6plus.dpk
< prev
next >
Wrap
Text File
|
2002-09-26
|
783b
|
42 lines
package CoolTrayIcon_D6plus;
{$R *.res}
{$R 'CoolTrayIcon.dcr'}
{$R 'TextTrayIcon.dcr'}
{$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}
{$DESCRIPTION 'CoolTrayIcon and Friends'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl;
contains
SimpleTimer in 'SimpleTimer.pas',
TextTrayIcon in 'TextTrayIcon.pas',
CoolTrayIcon in 'CoolTrayIcon.pas',
RegisterTrayIcons in 'RegisterTrayIcons.pas';
end.