Componentes.Terceros.DevExp.../internal/x.44/1/ExpressPrinting System/Packages/dxPSDBTeeChartD12.dpk
2009-06-29 12:09:02 +00:00

51 lines
838 B
ObjectPascal

package dxPSDBTeeChartD12;
{$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,
dxPSCoreD12,
dxPSTeeChartD12,
{$IFNDEF TEEPRO}
tee,
teedb;
{$ELSE}
{$IFDEF TEE7}
tee712,
teedb712;
{$ENDIF}
{$IFDEF TEE8}
tee812,
teedb812;
{$ENDIF}
{$ENDIF}
contains
dxPSDBTCLnkReg,
dxPSDBTCLnk;
end.