git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
50 lines
990 B
ObjectPascal
50 lines
990 B
ObjectPascal
|
|
//////////////////////////////////////////////////
|
|
// SQL Server Data Access Components
|
|
// Copyright © 1998-2007 Core Lab. All right reserved.
|
|
// SDAC Package for Delphi 5
|
|
//////////////////////////////////////////////////
|
|
|
|
package dclsdac60;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$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 'SQL Server Data Access Components'}
|
|
{$DESIGNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
{$DEFINE sdac}
|
|
|
|
requires
|
|
sdac60,
|
|
dcldb,
|
|
dcldac60,
|
|
vcljpg,
|
|
sdacvcl60;
|
|
|
|
contains
|
|
MSReg in '..\Design\MSReg.pas',
|
|
MSDesign in '..\Design\MSDesign.pas',
|
|
MSMenu in '..\Design\MSMenu.pas';
|
|
|
|
end.
|