Componentes.Terceros.DevExp.../official/x.30/ExpressLibrary/Packages/dclcxLibraryVCLD6.dpk
2007-12-16 17:06:54 +00:00

53 lines
985 B
ObjectPascal

package dclcxLibraryVCLD6;
{$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 (VCL Edition) by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
designide,
cxLibraryVCLD6,
dxGDIPlusD6,
dbrtl;
contains
cxDesignWindows,
cxStyleRepositoryEditor,
cxPropEditors,
cxLibraryReg,
cxStyleSheetsLoad,
cxPropertiesStoreEditor,
cxImportDialog,
cxConverterFactory,
cxComponentCollectionEditor,
cxImageListEditor,
cxImageListEditorView,
cxClassesReg;
end.