Componentes.Terceros.DevExp.../official/x.26/ExpressPrinting System/Packages/dxPScxExtCommonD5.dpk
2007-09-09 11:27:27 +00:00

48 lines
924 B
ObjectPascal

package dxPScxExtCommonD5;
{$R *.res}
{$ALIGN ON}
{$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
vcl50,
dxPSCoreD5,
dxPScxCommonD5,
cxLibraryVCLD5,
cxDataD5,
cxEditorsD5,
cxExtEditorsD5;
contains
dxPScxCheckListBoxLnk,
dxPScxExtComCtrlsLnk,
dxPScxExtCommon,
dxPScxExtDBEditorLnkReg,
dxPScxExtDBEditorLnks,
dxPScxExtEditorLnkReg,
dxPScxExtEditorProducers,
dxPScxMCListBoxLnk;
end.