home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2002-07-16 | 874 b | 44 lines |
- package VKDBF;
-
- {$R *.RES}
- {$ALIGN ON}
- {$ASSERTIONS OFF}
- {$BOOLEVAL OFF}
- {$DEBUGINFO OFF}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS OFF}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO OFF}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST ON}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$DESCRIPTION 'VK DBF V 1.0.5 beta for D5'}
- {$IMPLICITBUILD OFF}
-
- requires
- vcl50,
- Vcldb50;
-
- contains
- VKDBFUtil in 'VKDBFUtil.pas',
- VKDBFDataSet in 'VKDBFDataSet.pas',
- VKDBFIndex in 'VKDBFIndex.pas',
- VKDBFMemMgr in 'VKDBFMemMgr.pas',
- VKDBFNTX in 'VKDBFNTX.pas',
- VKDBFParser in 'VKDBFParser.pas',
- VKDBFCDX in 'VKDBFCDX.pas',
- VKDBFCrypt in 'VKDBFCrypt.pas',
- VKDBFPrx in 'VKDBFPrx.pas';
-
- end.
-