source: cprs/trunk/CPRS-Lib/Borland2006.dpk@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 613 bytes
Line 
1package Borland2006;
2
3{$R *.res}
4{$ALIGN 8}
5{$ASSERTIONS ON}
6{$BOOLEVAL OFF}
7{$DEBUGINFO ON}
8{$EXTENDEDSYNTAX ON}
9{$IMPORTEDDATA ON}
10{$IOCHECKS ON}
11{$LOCALSYMBOLS ON}
12{$LONGSTRINGS ON}
13{$OPENSTRINGS ON}
14{$OPTIMIZATION ON}
15{$OVERFLOWCHECKS ON}
16{$RANGECHECKS ON}
17{$REFERENCEINFO ON}
18{$SAFEDIVIDE OFF}
19{$STACKFRAMES ON}
20{$TYPEDADDRESS OFF}
21{$VARSTRINGCHECKS ON}
22{$WRITEABLECONST ON}
23{$MINENUMSIZE 1}
24{$IMAGEBASE $400000}
25{$DESCRIPTION 'Components downloaded from Borland''s Web Page'}
26{$DESIGNONLY}
27{$IMPLICITBUILD OFF}
28
29requires
30 vcl;
31
32contains
33 Menubar in 'Menubar.pas';
34
35end.
Note: See TracBrowser for help on using the repository browser.