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

48 lines
872 B
ObjectPascal

package dxPScxCommonD9;
{$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 Cross Platform Library by Developer Express Inc.'}
{$IMPLICITBUILD OFF}
requires
rtl,
dxPSCoreD9,
dxPSLnksD9,
cxLibraryD9,
cxDataD9,
cxEditorsD9;
contains
dxPScxCommon,
dxPScxCommonReg,
dxPScxDBEditorLnkReg,
dxPScxDBEditorLnks,
dxPScxEditorLnks,
dxPScxEditorLnkReg,
dxPScxEditorProducers,
dxPScxImgLnk,
dxPScxListBoxLnk;
end.