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

48 lines
927 B
ObjectPascal

package dxPScxExtCommonD7;
{$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 Extended Cross Platform Library by Developer Express Inc.'}
{$IMPLICITBUILD OFF}
requires
rtl,
dxPSCoreD7,
dxPScxCommonD7,
cxLibraryVCLD7,
cxDataD7,
cxEditorsVCLD7,
cxExtEditorsVCLD7;
contains
dxPScxCheckListBoxLnk,
dxPScxExtComCtrlsLnk,
dxPScxExtCommon,
dxPScxExtDBEditorLnkReg,
dxPScxExtDBEditorLnks,
dxPScxExtEditorLnkReg,
dxPScxExtEditorProducers,
dxPScxMCListBoxLnk;
end.