Componentes.Terceros.cxIntl5/internal/6.0.0/x.44/1/Source/cxIntl6D12.dpk
2009-06-29 15:04:22 +00:00

50 lines
836 B
ObjectPascal

package cxIntl6D12;
{$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 12'}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
requires
rtl,
vcl,
designide,
vclimg,
dbrtl,
cxEditorsD12,
cxLibraryD12,
dxThemeD12,
dxGDIPlusD12,
cxDataD12,
cxExtEditorsD12,
cxGridD12,
cxPageControlD12,
cxExportD12;
contains
cxIntl_Editor in 'cxIntl_Editor.pas',
cxintl in 'cxintl.pas';
end.