git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
61 lines
1004 B
ObjectPascal
61 lines
1004 B
ObjectPascal
package cxIFPascalScriptD9;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS OFF}
|
|
{$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 'Innerfuse Pascal Script Engine III by Carlo Kok'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
dbrtl,
|
|
vcl;
|
|
|
|
contains
|
|
ifpicall,
|
|
ifpiclass,
|
|
ifpiclassruntime,
|
|
ifpidateutils,
|
|
ifpidateutilsr,
|
|
ifpidelphi,
|
|
ifpidelphiruntime,
|
|
ifpidll2,
|
|
ifpidll2runtime,
|
|
ifpii_classes,
|
|
ifpii_DB,
|
|
ifpii_graphics,
|
|
ifpiir_classes,
|
|
ifpiir_DB,
|
|
ifpiir_graphics,
|
|
ifps3,
|
|
ifps3common,
|
|
ifps3debug,
|
|
ifps3lib_std,
|
|
ifps3lib_stdr,
|
|
ifps3utl,
|
|
ifpscomp,
|
|
ifpii_std,
|
|
ifpiir_std;
|
|
|
|
end.
|