Componentes.Terceros.DevExp.../internal/x.42/1/ExpressLibrary/Packages/dclcxLibraryD10.dpk
2009-03-03 12:07:07 +00:00

54 lines
982 B
ObjectPascal

package dclcxLibraryD10;
{$R *.res}
{$R cxLibraryReg.dcr}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Express Cross Platform Library by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
designide,
dxCoreD10,
cxLibraryD10,
dxGDIPlusD10,
dbrtl;
contains
cxDesignWindows,
cxStyleRepositoryEditor,
cxPropEditors,
cxLibraryReg,
cxStyleSheetsLoad,
cxPropertiesStoreEditor,
cxImportDialog,
cxConverterFactory,
cxComponentCollectionEditor,
cxImageListEditor,
cxImageListEditorView,
cxClassesReg;
end.