git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@2 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
49 lines
847 B
ObjectPascal
49 lines
847 B
ObjectPascal
// Package file for Delphi 7
|
|
|
|
package frxSDAC7;
|
|
|
|
{$R *.res}
|
|
{$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 ON}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
VCL,
|
|
VCLDB,
|
|
dac70,
|
|
sdac70,
|
|
dacvcl70,
|
|
sdacvcl70,
|
|
frx7,
|
|
frxDB7,
|
|
fs7;
|
|
|
|
contains
|
|
frxSDACComponents in 'frxSDACComponents.pas',
|
|
frxSDACEditor in 'frxSDACEditor.pas',
|
|
frxSDACRTTI in 'frxSDACRTTI.pas',
|
|
frxDACEditor in 'frxDACEditor.pas',
|
|
frxDACComponents in 'frxDACComponents.pas';
|
|
|
|
end.
|