Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Packages/dxPSDBTeeChartD9.dpk
2008-09-04 11:31:51 +00:00

51 lines
831 B
ObjectPascal

package dxPSDBTeeChartD9;
{$R *.res}
{$ALIGN 8}
{$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 'ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc.'}
{$IMPLICITBUILD OFF}
requires
rtl,
dxPSCoreD9,
dxPSTeeChartD9,
{$IFNDEF TEEPRO}
tee,
teedb;
{$ELSE}
{$IFDEF TEE7}
tee79,
teedb79;
{$ENDIF}
{$IFDEF TEE8}
tee89,
teedb89;
{$ENDIF}
{$ENDIF}
contains
dxPSDBTCLnkReg,
dxPSDBTCLnk;
end.