git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.cxIntl5@2 153d478c-8cf9-1c4a-9078-3a687f347812
51 lines
810 B
ObjectPascal
51 lines
810 B
ObjectPascal
package cxIntl5D7;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION ON}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO ON}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
visualclx,
|
|
cxLibraryVCLD7,
|
|
dxThemeD7,
|
|
cxEditorsVCLD7,
|
|
cxDataD7,
|
|
dbrtl,
|
|
vcljpg,
|
|
vcldb,
|
|
cxGridVCLD7,
|
|
cxPageControlVCLD7,
|
|
cxExtEditorsVCLD7,
|
|
vclx,
|
|
cxExportVCLD7,
|
|
designide,
|
|
vclactnband;
|
|
|
|
contains
|
|
cxintl in 'cxIntl.pas',
|
|
cxIntl_Editor in 'cxIntl_Editor.pas';
|
|
|
|
end.
|