Componentes.Terceros.RemObj.../official/5.0.35.741/Data Abstract for Delphi/Source/Drivers/DataAbstract_NexusDBDriver_D12.dpk
2009-02-27 15:16:56 +00:00

46 lines
870 B
ObjectPascal

package DataAbstract_NexusDBDriver_D12;
{$R *.res}
{$R 'uDANexusDBDriver.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 'Data Abstract - NexusDB Driver'}
{$IMPLICITBUILD OFF}
requires
DataAbstract_Core_D12,
NexusDB207ll120,
NexusDB207se120,
NexusDB207sr120,
NexusDB207sd120,
NexusDB207sq120,
NexusDB207re120,
NexusDB207pt120,
NexusDB207tn120,
NexusDB207tw120,
NexusDB207db120;
contains
uDANexusDBDriver in 'uDANexusDBDriver.pas';
end.