Componentes.Terceros.cxIntl5/internal/6.0.0/x.36/1/Source/cxIntl6D10.dpk
2008-06-16 17:31:06 +00:00

50 lines
836 B
ObjectPascal

package cxIntl6D10;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$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 OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'cxIntl 6.0.0 for Delphi 10'}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
requires
rtl,
vcl,
designide,
vcljpg,
dbrtl,
cxEditorsD10,
cxLibraryD10,
dxThemeD10,
dxGDIPlusD10,
cxDataD10,
cxExtEditorsD10,
cxGridD10,
cxPageControlD10,
cxExportD10;
contains
cxIntl_Editor in 'cxIntl_Editor.pas',
cxintl in 'cxintl.pas';
end.