home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2002-04-11 | 774 b | 41 lines |
- package CoolTrayIcon_D5;
-
- {$R *.RES}
- {$R 'CoolTrayIcon.dcr'}
- {$R 'TextTrayIcon.dcr'}
- {$ALIGN ON}
- {$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
- VCL50;
-
- contains
- SimpleTimer in 'SimpleTimer.pas',
- TextTrayIcon in 'TextTrayIcon.pas',
- CoolTrayIcon in 'CoolTrayIcon.pas',
- RegisterTrayIcons in 'RegisterTrayIcons.pas';
-
- end.
-
-